#BB2231

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

Shades of Cardinal #BB2231

Tints of Cardinal #BB2231

Color information

#BB2231 (or 0xBB2231) is unknown color: approx Cardinal. HEX triplet: BB, 22 and 31. RGB value is (187,34,49). Sum of RGB (Red+Green+Blue) = 187+34+49=270 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.26% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 49 (19.53% from 255 or 18.15% from 270); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2231 is #44DDCE. Grayscale: #515151. Windows color (decimal): -4513231 or 3220155. OLE color: 3220155.

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

Color convert

RGB1873449-
CMYK00.820.740.27
HSL354.12º69.23%43.33%-
HSV(B)354.12º81.82%73.33%-
XYZ21.6211.934.07-
YUV81.46109.69203.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 69.26%
GREEN value IS 34 (13.67% from 255) = 12.59%
BLUE value IS 49 (19.53% from 255) = 18.15%
R=69.26%
G=12.59%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187344900.820.740.27354.1269.2343.33
HexBB22310524A1B162452b
Octal273426101221123354210553
Binary10111011100010110001010100101001010110111011000101000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2231; }

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

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

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

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

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

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

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

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