#BB1644

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

Shades of Cardinal #BB1644

Tints of Cardinal #BB1644

Color information

#BB1644 (or 0xBB1644) is unknown color: approx Cardinal. HEX triplet: BB, 16 and 44. RGB value is (187,22,68). Sum of RGB (Red+Green+Blue) = 187+22+68=277 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.51% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1644 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1644 is #44E9BB. Grayscale: #4C4C4C. Windows color (decimal): -4516284 or 4462267. OLE color: 4462267.

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

Color convert

RGB1872268-
CMYK00.880.640.27
HSL343.27º78.95%40.98%-
HSV(B)343.27º88.24%73.33%-
XYZ21.8211.566.55-
YUV76.58123.16206.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 67.51%
GREEN value IS 22 (8.98% from 255) = 7.94%
BLUE value IS 68 (26.95% from 255) = 24.55%
R=67.51%
G=7.94%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187226800.880.640.27343.2778.9540.98
HexBB1644058401B1574f29
Octal2732610401301003352711751
Binary10111011101101000100010110001000000110111010101111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1644; }

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

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

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

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

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

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

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

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