#B91040

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

Shades of Cardinal #B91040

Tints of Cardinal #B91040

Color information

#B91040 (or 0xB91040) is unknown color: approx Cardinal. HEX triplet: B9, 10 and 40. RGB value is (185,16,64). Sum of RGB (Red+Green+Blue) = 185+16+64=265 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.81% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 185 - color contains mainly: red. Hex color #B91040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91040 is #46EFBF. Grayscale: #474747. Windows color (decimal): -4648896 or 4198585. OLE color: 4198585.

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

Color convert

RGB1851664-
CMYK00.910.650.27
HSL342.96º84.08%39.41%-
HSV(B)342.96º91.35%72.55%-
XYZ21.1211.065.87-
YUV72123.49208.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 69.81%
GREEN value IS 16 (6.64% from 255) = 6.04%
BLUE value IS 64 (25.39% from 255) = 24.15%
R=69.81%
G=6.04%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185166400.910.650.27342.9684.0839.41
HexB9104005B411B1575427
Octal2712010001331013352712447
Binary10111001100001000000010110111000001110111010101111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91040; }

 p { color: rgb(185,16,64); }

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

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

 a { background-color: rgb(185,16,64); }

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

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

 span { border-color: rgb(185,16,64); }

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