#B91D39

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

Shades of Cardinal #B91D39

Tints of Cardinal #B91D39

Color information

#B91D39 (or 0xB91D39) is unknown color: approx Cardinal. HEX triplet: B9, 1D and 39. RGB value is (185,29,57). Sum of RGB (Red+Green+Blue) = 185+29+57=271 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.27% from 271); Green value is 29 (11.72% from 255 or 10.70% from 271); Blue value is 57 (22.66% from 255 or 21.03% from 271); Max value from RGB is 185 - color contains mainly: red. Hex color #B91D39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B91D39 is #46E2C6. Grayscale: #4E4E4E. Windows color (decimal): -4645575 or 3743161. OLE color: 3743161.

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

Color convert

RGB1852957-
CMYK00.840.690.27
HSL349.23º72.9%41.96%-
HSV(B)349.23º84.32%72.55%-
XYZ21.1911.494.97-
YUV78.84115.68203.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 68.27%
GREEN value IS 29 (11.72% from 255) = 10.70%
BLUE value IS 57 (22.66% from 255) = 21.03%
R=68.27%
G=10.70%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185295700.840.690.27349.2372.941.96
HexB91D39054451B15d492a
Octal271357101241053353511152
Binary1011100111101111001010101001000101110111010111011001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91D39; }

 p { color: rgb(185,29,57); }

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

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

 a { background-color: rgb(185,29,57); }

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

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

 span { border-color: rgb(185,29,57); }

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