#BB1642

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

Shades of Cardinal #BB1642

Tints of Cardinal #BB1642

Color information

#BB1642 (or 0xBB1642) is unknown color: approx Cardinal. HEX triplet: BB, 16 and 42. RGB value is (187,22,66). Sum of RGB (Red+Green+Blue) = 187+22+66=275 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 66 (26.17% from 255 or 24% from 275); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1642 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1642 is #44E9BD. Grayscale: #4C4C4C. Windows color (decimal): -4516286 or 4331195. OLE color: 4331195.

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

Color convert

RGB1872266-
CMYK00.880.650.27
HSL344º78.95%40.98%-
HSV(B)344º88.24%73.33%-
XYZ21.7611.536.23-
YUV76.35122.16206.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 68%
GREEN value IS 22 (8.98% from 255) = 8%
BLUE value IS 66 (26.17% from 255) = 24%
R=68%
G=8%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187226600.880.650.2734478.9540.98
HexBB1642058411B1584f29
Octal2732610201301013353011751
Binary10111011101101000010010110001000001110111010110001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1642; }

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

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

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

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

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

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

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

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