#BB1848

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

Shades of Cardinal #BB1848

Tints of Cardinal #BB1848

Color information

#BB1848 (or 0xBB1848) is unknown color: approx Cardinal. HEX triplet: BB, 18 and 48. RGB value is (187,24,72). Sum of RGB (Red+Green+Blue) = 187+24+72=283 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.08% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1848 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1848 is #44E7B7. Grayscale: #4E4E4E. Windows color (decimal): -4515768 or 4724923. OLE color: 4724923.

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

Color convert

RGB1872472-
CMYK00.870.610.27
HSL342.33º77.25%41.37%-
HSV(B)342.33º87.17%73.33%-
XYZ21.9911.697.23-
YUV78.21124.5205.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 66.08%
GREEN value IS 24 (9.77% from 255) = 8.48%
BLUE value IS 72 (28.52% from 255) = 25.44%
R=66.08%
G=8.48%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187247200.870.610.27342.3377.2541.37
HexBB18480573D1B1564d29
Octal273301100127753352611551
Binary1011101111000100100001010111111101110111010101101001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1848; }

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

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

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

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

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

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

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

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