#B90941

Color #B90941 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #B90941

Tints of Cardinal #B90941

Color information

#B90941 (or 0xB90941) is unknown color: approx Cardinal. HEX triplet: B9, 09 and 41. RGB value is (185,9,65). Sum of RGB (Red+Green+Blue) = 185+9+65=259 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.43% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 65 (25.78% from 255 or 25.10% from 259); Max value from RGB is 185 - color contains mainly: red. Hex color #B90941 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90941 is #46F6BE. Grayscale: #434343. Windows color (decimal): -4650687 or 4262329. OLE color: 4262329.

HSL color Cylindrical-coordinate representation of color #B90941: hue angle of 340.91º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B90941 is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB185965-
CMYK00.950.650.27
HSL340.91º90.72%38.04%-
HSV(B)340.91º95.14%72.55%-
XYZ21.0610.895.99-
YUV68.01126.31211.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 71.43%
GREEN value IS 9 (3.91% from 255) = 3.47%
BLUE value IS 65 (25.78% from 255) = 25.10%
R=71.43%
G=3.47%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18596500.950.650.27340.9190.7238.04
HexB994105F411B1555b26
Octal2711110101371013352513346
Binary1011100110011000001010111111000001110111010101011011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90941; }

 p { color: rgb(185,9,65); }

 H1.HeaderClassName
 {
   color: #B90941;
 }
 .AnyTagClassName
 {
   color: #B90941;
 }
</style>
background-color css

<style>
 a { background-color: #B90941; }

 a { background-color: rgb(185,9,65); }

 div.DivClassName
 {
   background-color: #B90941;
 }
 .BgClassName
 {
   background-color: #B90941;
 }
</style>
border-color css

<style>
 span { border-color: #B90941; }

 span { border-color: rgb(185,9,65); }

 td.TdClassName
 {
   border-color: #B90941;
 }
 .TagClassName
 {
   border-color: #B90941;
 }
</style>