#BB2240

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

Shades of Cardinal #BB2240

Tints of Cardinal #BB2240

Color information

#BB2240 (or 0xBB2240) is unknown color: approx Cardinal. HEX triplet: BB, 22 and 40. RGB value is (187,34,64). Sum of RGB (Red+Green+Blue) = 187+34+64=285 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.61% from 285); Green value is 34 (13.67% from 255 or 11.93% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2240 is #44DDBF. Grayscale: #535353. Windows color (decimal): -4513216 or 4203195. OLE color: 4203195.

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

Color convert

RGB1873464-
CMYK00.820.660.27
HSL348.24º69.23%43.33%-
HSV(B)348.24º81.82%73.33%-
XYZ21.9912.086.02-
YUV83.17117.19202.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 65.61%
GREEN value IS 34 (13.67% from 255) = 11.93%
BLUE value IS 64 (25.39% from 255) = 22.46%
R=65.61%
G=11.93%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187346400.820.660.27348.2469.2343.33
HexBB2240052421B15c452b
Octal2734210001221023353410553
Binary101110111000101000000010100101000010110111010111001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2240; }

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

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

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

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

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

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

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

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