#BB2332

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

Shades of Cardinal #BB2332

Tints of Cardinal #BB2332

Color information

#BB2332 (or 0xBB2332) is unknown color: approx Cardinal. HEX triplet: BB, 23 and 32. RGB value is (187,35,50). Sum of RGB (Red+Green+Blue) = 187+35+50=272 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.75% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2332 is #44DCCD. Grayscale: #525252. Windows color (decimal): -4512974 or 3285947. OLE color: 3285947.

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

Color convert

RGB1873550-
CMYK00.810.730.27
HSL354.08º68.47%43.53%-
HSV(B)354.08º81.28%73.33%-
XYZ21.67124.19-
YUV82.16109.86202.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 68.75%
GREEN value IS 35 (14.06% from 255) = 12.87%
BLUE value IS 50 (19.92% from 255) = 18.38%
R=68.75%
G=12.87%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187355000.810.730.27354.0868.4743.53
HexBB2332051491B162442c
Octal273436201211113354210454
Binary10111011100011110010010100011001001110111011000101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2332; }

 p { color: rgb(187,35,50); }

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

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

 a { background-color: rgb(187,35,50); }

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

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

 span { border-color: rgb(187,35,50); }

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