#BB0033

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

Shades of Cardinal #BB0033

Tints of Cardinal #BB0033

Color information

#BB0033 (or 0xBB0033) is unknown color: approx Cardinal. HEX triplet: BB, 00 and 33. RGB value is (187,0,51). Sum of RGB (Red+Green+Blue) = 187+0+51=238 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.57% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 51 (20.31% from 255 or 21.43% from 238); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0033 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0033 is #44FFCC. Grayscale: #3D3D3D. Windows color (decimal): -4521933 or 3342523. OLE color: 3342523.

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

Color convert

RGB187051-
CMYK010.730.27
HSL343.64º100%36.67%-
HSV(B)343.64º100%73.33%-
XYZ21.0910.84.11-
YUV61.73121.95217.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 78.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 51 (20.31% from 255) = 21.43%
R=78.57%
G=0%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187051010.730.27343.6410036.67
HexBB033064491B1586425
Octal27306301441113353014445
Binary101110110110011011001001001001110111010110001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0033; }

 p { color: rgb(187,0,51); }

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

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

 a { background-color: rgb(187,0,51); }

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

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

 span { border-color: rgb(187,0,51); }

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