#bb2542

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

Shades of Cardinal #BB2542

Tints of Cardinal #BB2542

Color information

#BB2542 (or 0xBB2542) is unknown color: approx Cardinal. HEX triplet: BB, 25 and 42. RGB value is (187,37,66). Sum of RGB (Red+Green+Blue) = 187+37+66=290 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.48% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2542 is #44DABD. Grayscale: #555555. Windows color (decimal): -4512446 or 4335035. OLE color: 4335035.

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

Color convert

RGB1873766-
CMYK00.800.650.27
HSL348.4º66.96%43.92%-
HSV(B)348.4º80.21%73.33%-
XYZ22.1412.286.36-
YUV85.16117.2200.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 64.48%
GREEN value IS 37 (14.84% from 255) = 12.76%
BLUE value IS 66 (26.17% from 255) = 22.76%
R=64.48%
G=12.76%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187376600.800.650.27348.466.9643.92
HexBB2542050411B15c432c
Octal2734510201201013353410354
Binary101110111001011000010010100001000001110111010111001000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb2542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb2542; }

 p { color: rgb(187,37,66); }

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

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

 a { background-color: rgb(187,37,66); }

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

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

 span { border-color: rgb(187,37,66); }

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