#BB0C37

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

Shades of Cardinal #BB0C37

Tints of Cardinal #BB0C37

Color information

#BB0C37 (or 0xBB0C37) is unknown color: approx Cardinal. HEX triplet: BB, 0C and 37. RGB value is (187,12,55). Sum of RGB (Red+Green+Blue) = 187+12+55=254 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.62% from 254); Green value is 12 (5.08% from 255 or 4.72% from 254); Blue value is 55 (21.88% from 255 or 21.65% from 254); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0C37 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0C37 is #44F3C8. Grayscale: #454545. Windows color (decimal): -4518857 or 3607739. OLE color: 3607739.

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

Color convert

RGB1871255-
CMYK00.940.710.27
HSL345.26º87.94%39.02%-
HSV(B)345.26º93.58%73.33%-
XYZ21.3111.14.63-
YUV69.23119.98212-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 73.62%
GREEN value IS 12 (5.08% from 255) = 4.72%
BLUE value IS 55 (21.88% from 255) = 21.65%
R=73.62%
G=4.72%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187125500.940.710.27345.2687.9439.02
HexBBC3705E471B1595827
Octal273146701361073353113047
Binary101110111100110111010111101000111110111010110011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0C37; }

 p { color: rgb(187,12,55); }

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

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

 a { background-color: rgb(187,12,55); }

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

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

 span { border-color: rgb(187,12,55); }

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