#BB2331

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

Shades of Cardinal #BB2331

Tints of Cardinal #BB2331

Color information

#BB2331 (or 0xBB2331) is unknown color: approx Cardinal. HEX triplet: BB, 23 and 31. RGB value is (187,35,49). Sum of RGB (Red+Green+Blue) = 187+35+49=271 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.00% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 49 (19.53% from 255 or 18.08% from 271); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2331 is #44DCCE. Grayscale: #525252. Windows color (decimal): -4512975 or 3220411. OLE color: 3220411.

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

Color convert

RGB1873549-
CMYK00.810.740.27
HSL354.47º68.47%43.53%-
HSV(B)354.47º81.28%73.33%-
XYZ21.6511.994.08-
YUV82.04109.36202.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 69.00%
GREEN value IS 35 (14.06% from 255) = 12.92%
BLUE value IS 49 (19.53% from 255) = 18.08%
R=69.00%
G=12.92%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187354900.810.740.27354.4768.4743.53
HexBB23310514A1B162442c
Octal273436101211123354210454
Binary10111011100011110001010100011001010110111011000101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2331; }

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

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

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

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

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

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

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

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