#bb2435

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

Shades of Cardinal #BB2435

Tints of Cardinal #BB2435

Color information

#BB2435 (or 0xBB2435) is unknown color: approx Cardinal. HEX triplet: BB, 24 and 35. RGB value is (187,36,53). Sum of RGB (Red+Green+Blue) = 187+36+53=276 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.75% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 53 (21.09% from 255 or 19.20% from 276); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2435 is #44DBCA. Grayscale: #535353. Windows color (decimal): -4512715 or 3482811. OLE color: 3482811.

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

Color convert

RGB1873653-
CMYK00.810.720.27
HSL353.25º67.71%43.73%-
HSV(B)353.25º80.75%73.33%-
XYZ21.7712.084.55-
YUV83.09111.03202.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 67.75%
GREEN value IS 36 (14.45% from 255) = 13.04%
BLUE value IS 53 (21.09% from 255) = 19.20%
R=67.75%
G=13.04%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187365300.810.720.27353.2567.7143.73
HexBB2435051481B161442c
Octal273446501211103354110454
Binary10111011100100110101010100011001000110111011000011000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb2435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb2435; }

 p { color: rgb(187,36,53); }

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

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

 a { background-color: rgb(187,36,53); }

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

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

 span { border-color: rgb(187,36,53); }

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