#BB0337

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

Shades of Cardinal #BB0337

Tints of Cardinal #BB0337

Color information

#BB0337 (or 0xBB0337) is unknown color: approx Cardinal. HEX triplet: BB, 03 and 37. RGB value is (187,3,55). Sum of RGB (Red+Green+Blue) = 187+3+55=245 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.33% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 55 (21.88% from 255 or 22.45% from 245); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0337 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0337 is #44FCC8. Grayscale: #3F3F3F. Windows color (decimal): -4521161 or 3605435. OLE color: 3605435.

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

Color convert

RGB187355-
CMYK00.980.710.27
HSL343.04º96.84%37.25%-
HSV(B)343.04º98.4%73.33%-
XYZ21.2210.914.6-
YUV63.94122.96215.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 76.33%
GREEN value IS 3 (1.56% from 255) = 1.22%
BLUE value IS 55 (21.88% from 255) = 22.45%
R=76.33%
G=1.22%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18735500.980.710.27343.0496.8437.25
HexBB337062471B1576125
Octal27336701421073352714145
Binary1011101111110111011000101000111110111010101111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0337; }

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

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

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

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

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

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

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

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