#BB1640

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

Shades of Cardinal #BB1640

Tints of Cardinal #BB1640

Color information

#BB1640 (or 0xBB1640) is unknown color: approx Cardinal. HEX triplet: BB, 16 and 40. RGB value is (187,22,64). Sum of RGB (Red+Green+Blue) = 187+22+64=273 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.50% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1640 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1640 is #44E9BF. Grayscale: #4C4C4C. Windows color (decimal): -4516288 or 4200123. OLE color: 4200123.

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

Color convert

RGB1872264-
CMYK00.880.660.27
HSL344.73º78.95%40.98%-
HSV(B)344.73º88.24%73.33%-
XYZ21.7111.515.93-
YUV76.12121.16207.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 68.50%
GREEN value IS 22 (8.98% from 255) = 8.06%
BLUE value IS 64 (25.39% from 255) = 23.44%
R=68.50%
G=8.06%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187226400.880.660.27344.7378.9540.98
HexBB1640058421B1594f29
Octal2732610001301023353111751
Binary10111011101101000000010110001000010110111010110011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1640; }

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

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

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

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

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

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

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

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