#BB1E42

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

Shades of Cardinal #BB1E42

Tints of Cardinal #BB1E42

Color information

#BB1E42 (or 0xBB1E42) is unknown color: approx Cardinal. HEX triplet: BB, 1E and 42. RGB value is (187,30,66). Sum of RGB (Red+Green+Blue) = 187+30+66=283 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.08% from 283); Green value is 30 (12.11% from 255 or 10.60% from 283); Blue value is 66 (26.17% from 255 or 23.32% from 283); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1E42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1E42 is #44E1BD. Grayscale: #515151. Windows color (decimal): -4514238 or 4333243. OLE color: 4333243.

HSL color Cylindrical-coordinate representation of color #BB1E42: hue angle of 346.24º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB1E42 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB1873066-
CMYK00.840.650.27
HSL346.24º72.35%42.55%-
HSV(B)346.24º83.96%73.33%-
XYZ21.9411.896.29-
YUV81.05119.51203.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 66.08%
GREEN value IS 30 (12.11% from 255) = 10.60%
BLUE value IS 66 (26.17% from 255) = 23.32%
R=66.08%
G=10.60%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187306600.840.650.27346.2472.3542.55
HexBB1E42054411B15a482b
Octal2733610201241013353211053
Binary10111011111101000010010101001000001110111010110101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1E42; }

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

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

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

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

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

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

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

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