#BB174C

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

Shades of Cardinal #BB174C

Tints of Cardinal #BB174C

Color information

#BB174C (or 0xBB174C) is unknown color: approx Cardinal. HEX triplet: BB, 17 and 4C. RGB value is (187,23,76). Sum of RGB (Red+Green+Blue) = 187+23+76=286 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.38% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 187 - color contains mainly: red. Hex color #BB174C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB174C is #44E8B3. Grayscale: #4E4E4E. Windows color (decimal): -4516020 or 4986811. OLE color: 4986811.

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

Color convert

RGB1872376-
CMYK00.880.590.27
HSL340.61º78.1%41.18%-
HSV(B)340.61º87.7%73.33%-
XYZ22.111.77.93-
YUV78.08126.83205.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 65.38%
GREEN value IS 23 (9.38% from 255) = 8.04%
BLUE value IS 76 (30.08% from 255) = 26.57%
R=65.38%
G=8.04%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187237600.880.590.27340.6178.141.18
HexBB174C0583B1B1554e29
Octal273271140130733352511651
Binary1011101110111100110001011000111011110111010101011001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB174C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB174C; }

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

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

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

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

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

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

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

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