#BB173F

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

Shades of Cardinal #BB173F

Tints of Cardinal #BB173F

Color information

#BB173F (or 0xBB173F) is unknown color: approx Cardinal. HEX triplet: BB, 17 and 3F. RGB value is (187,23,63). Sum of RGB (Red+Green+Blue) = 187+23+63=273 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.50% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 187 - color contains mainly: red. Hex color #BB173F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB173F is #44E8C0. Grayscale: #4C4C4C. Windows color (decimal): -4516033 or 4134843. OLE color: 4134843.

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

Color convert

RGB1872363-
CMYK00.880.660.27
HSL345.37º78.1%41.18%-
HSV(B)345.37º87.7%73.33%-
XYZ21.711.545.79-
YUV76.6120.33206.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 68.50%
GREEN value IS 23 (9.38% from 255) = 8.42%
BLUE value IS 63 (25% from 255) = 23.08%
R=68.50%
G=8.42%
B=23.08%

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
Decimal187236300.880.660.27345.3778.141.18
HexBB173F058421B1594e29
Octal273277701301023353111651
Binary1011101110111111111010110001000010110111010110011001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB173F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB173F; }

 p { color: rgb(187,23,63); }

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

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

 a { background-color: rgb(187,23,63); }

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

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

 span { border-color: rgb(187,23,63); }

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