#BB2239

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

Shades of Cardinal #BB2239

Tints of Cardinal #BB2239

Color information

#BB2239 (or 0xBB2239) is unknown color: approx Cardinal. HEX triplet: BB, 22 and 39. RGB value is (187,34,57). Sum of RGB (Red+Green+Blue) = 187+34+57=278 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.27% from 278); Green value is 34 (13.67% from 255 or 12.23% from 278); Blue value is 57 (22.66% from 255 or 20.50% from 278); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2239 is #44DDC6. Grayscale: #525252. Windows color (decimal): -4513223 or 3744443. OLE color: 3744443.

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

Color convert

RGB1873457-
CMYK00.820.700.27
HSL350.98º69.23%43.33%-
HSV(B)350.98º81.82%73.33%-
XYZ21.8125.04-
YUV82.37113.69202.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 67.27%
GREEN value IS 34 (13.67% from 255) = 12.23%
BLUE value IS 57 (22.66% from 255) = 20.50%
R=67.27%
G=12.23%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187345700.820.700.27350.9869.2343.33
HexBB2239052461B15f452b
Octal273427101221063353710553
Binary10111011100010111001010100101000110110111010111111000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2239; }

 p { color: rgb(187,34,57); }

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

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

 a { background-color: rgb(187,34,57); }

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

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

 span { border-color: rgb(187,34,57); }

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