#BB1847

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

Shades of Cardinal #BB1847

Tints of Cardinal #BB1847

Color information

#BB1847 (or 0xBB1847) is unknown color: approx Cardinal. HEX triplet: BB, 18 and 47. RGB value is (187,24,71). Sum of RGB (Red+Green+Blue) = 187+24+71=282 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.31% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 71 (28.12% from 255 or 25.18% from 282); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1847 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1847 is #44E7B8. Grayscale: #4E4E4E. Windows color (decimal): -4515769 or 4659387. OLE color: 4659387.

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

Color convert

RGB1872471-
CMYK00.870.620.27
HSL342.7º77.25%41.37%-
HSV(B)342.7º87.17%73.33%-
XYZ21.9611.677.06-
YUV78.09124205.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 66.31%
GREEN value IS 24 (9.77% from 255) = 8.51%
BLUE value IS 71 (28.12% from 255) = 25.18%
R=66.31%
G=8.51%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187247100.870.620.27342.777.2541.37
HexBB18470573E1B1574d29
Octal273301070127763352711551
Binary1011101111000100011101010111111110110111010101111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1847; }

 p { color: rgb(187,24,71); }

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

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

 a { background-color: rgb(187,24,71); }

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

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

 span { border-color: rgb(187,24,71); }

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