#b91446

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

Shades of Cardinal #B91446

Tints of Cardinal #B91446

Color information

#B91446 (or 0xB91446) is unknown color: approx Cardinal. HEX triplet: B9, 14 and 46. RGB value is (185,20,70). Sum of RGB (Red+Green+Blue) = 185+20+70=275 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.27% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 70 (27.73% from 255 or 25.45% from 275); Max value from RGB is 185 - color contains mainly: red. Hex color #B91446 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91446 is #46EBB9. Grayscale: #4B4B4B. Windows color (decimal): -4647866 or 4592825. OLE color: 4592825.

HSL color Cylindrical-coordinate representation of color #B91446: hue angle of 341.82º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B91446 is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB1852070-
CMYK00.890.620.27
HSL341.82º80.49%40.2%-
HSV(B)341.82º89.19%72.55%-
XYZ21.3611.266.84-
YUV75.04125.16206.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 67.27%
GREEN value IS 20 (8.20% from 255) = 7.27%
BLUE value IS 70 (27.73% from 255) = 25.45%
R=67.27%
G=7.27%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185207000.890.620.27341.8280.4940.2
HexB914460593E1B1565028
Octal271241060131763352612050
Binary1011100110100100011001011001111110110111010101101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b91446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b91446; }

 p { color: rgb(185,20,70); }

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

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

 a { background-color: rgb(185,20,70); }

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

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

 span { border-color: rgb(185,20,70); }

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