#BB1248

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

Shades of Cardinal #BB1248

Tints of Cardinal #BB1248

Color information

#BB1248 (or 0xBB1248) is unknown color: approx Cardinal. HEX triplet: BB, 12 and 48. RGB value is (187,18,72). Sum of RGB (Red+Green+Blue) = 187+18+72=277 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.51% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1248 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1248 is #44EDB7. Grayscale: #4A4A4A. Windows color (decimal): -4517304 or 4723387. OLE color: 4723387.

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

Color convert

RGB1871872-
CMYK00.900.610.27
HSL340.83º82.44%40.2%-
HSV(B)340.83º90.37%73.33%-
XYZ21.8811.477.19-
YUV74.69126.49208.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 67.51%
GREEN value IS 18 (7.42% from 255) = 6.50%
BLUE value IS 72 (28.52% from 255) = 25.99%
R=67.51%
G=6.50%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187187200.900.610.27340.8382.4440.2
HexBB124805A3D1B1555228
Octal273221100132753352512250
Binary1011101110010100100001011010111101110111010101011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1248; }

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

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

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

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

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

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

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

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