Html Css Color HEX #BB1848 Cardinal

📋 copy color: '#BB1848'

red 187 ◦ green 24 ◦ blue 72

#BB1848
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #BB1848

Tints of Cardinal #BB1848

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 value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BB1848 (or 0xBB1848) is known color: 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

RGB 187 24 72 -
CMYK 0 0.87 0.61 0.27
HSL 342.33º 0.77% 0.41% -
HSV(B) 342.33º 0.87% 0.73% -
XYZ 21.99 11.69 7.23 -
YUV 78.21 124.5 205.6 -
System Red Green Blue C M Y K H S L
Decimal 187 24 72 0 0.87 0.61 0.27 342.33 0.77 0.41
Hex BB 18 48 0 57 3D 1B 156 4D 29
Octal 273 30 110 0 127 75 33 526 115 51
Binary 10111011 11000 1001000 0 1010111 111101 11011 101010110 1001101 101001

Color Harmonies of #BB1848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1848

Black with #BB1848

Text Example


Text Example

White with #BB1848

Text Example


Text Example

HTML Codes & Css Web 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>