#BB1247

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

Shades of Cardinal #BB1247

Tints of Cardinal #BB1247

Color information

#BB1247 (or 0xBB1247) is unknown color: approx Cardinal. HEX triplet: BB, 12 and 47. RGB value is (187,18,71). Sum of RGB (Red+Green+Blue) = 187+18+71=276 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.75% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 71 (28.12% from 255 or 25.72% from 276); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1247 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1247 is #44EDB8. Grayscale: #4A4A4A. Windows color (decimal): -4517305 or 4657851. OLE color: 4657851.

HSL color Cylindrical-coordinate representation of color #BB1247: hue angle of 341.18º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB1247 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB1871871-
CMYK00.900.620.27
HSL341.18º82.44%40.2%-
HSV(B)341.18º90.37%73.33%-
XYZ21.8511.457.02-
YUV74.57125.99208.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 67.75%
GREEN value IS 18 (7.42% from 255) = 6.52%
BLUE value IS 71 (28.12% from 255) = 25.72%
R=67.75%
G=6.52%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187187100.900.620.27341.1882.4440.2
HexBB124705A3E1B1555228
Octal273221070132763352512250
Binary1011101110010100011101011010111110110111010101011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1247; }

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

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

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

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

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

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

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

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