#B91537

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

Shades of Cardinal #B91537

Tints of Cardinal #B91537

Color information

#B91537 (or 0xB91537) is unknown color: approx Cardinal. HEX triplet: B9, 15 and 37. RGB value is (185,21,55). Sum of RGB (Red+Green+Blue) = 185+21+55=261 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.88% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 55 (21.88% from 255 or 21.07% from 261); Max value from RGB is 185 - color contains mainly: red. Hex color #B91537 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91537 is #46EAC8. Grayscale: #494949. Windows color (decimal): -4647625 or 3610041. OLE color: 3610041.

HSL color Cylindrical-coordinate representation of color #B91537: hue angle of 347.56º 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 #B91537 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB1852155-
CMYK00.890.700.27
HSL347.56º79.61%40.39%-
HSV(B)347.56º88.65%72.55%-
XYZ20.9711.134.66-
YUV73.91117.33207.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 70.88%
GREEN value IS 21 (8.59% from 255) = 8.05%
BLUE value IS 55 (21.88% from 255) = 21.07%
R=70.88%
G=8.05%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185215500.890.700.27347.5679.6140.39
HexB91537059461B15c5028
Octal271256701311063353412050
Binary1011100110101110111010110011000110110111010111001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91537; }

 p { color: rgb(185,21,55); }

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

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

 a { background-color: rgb(185,21,55); }

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

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

 span { border-color: rgb(185,21,55); }

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