Html Css Color HEX #BB2848 Old Rose

📋 copy color: '#BB2848'

red 187 ◦ green 40 ◦ blue 72

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

Shades of Old Rose #BB2848

Tints of Old Rose #BB2848

RGB

 RED value IS 187 (73.44% from 255) = 62.54%

 GREEN value IS 40 (16.02% from 255) = 13.38%

 BLUE value IS 72 (28.52% from 255) = 24.08%

R = 62.54%
G = 13.38%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BB2848 (or 0xBB2848) is known color: Old Rose. HEX triplet: BB, 28 and 48. RGB value is (187,40,72). Sum of RGB (Red+Green+Blue) = 187+40+72=299 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.54% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2848 is #44D7B7. Grayscale: #575757. Windows color (decimal): -4511672 or 4729019. OLE color: 4729019.

HSL color Cylindrical-coordinate representation of color #BB2848: hue angle of 346.94º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB2848 is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 40 72 -
CMYK 0 0.79 0.61 0.27
HSL 346.94º 0.65% 0.45% -
HSV(B) 346.94º 0.79% 0.73% -
XYZ 22.42 12.55 7.37 -
YUV 87.6 119.2 198.9 -
System Red Green Blue C M Y K H S L
Decimal 187 40 72 0 0.79 0.61 0.27 346.94 0.65 0.45
Hex BB 28 48 0 4F 3D 1B 15B 41 2D
Octal 273 50 110 0 117 75 33 533 101 55
Binary 10111011 101000 1001000 0 1001111 111101 11011 101011011 1000001 101101

Color Harmonies of #BB2848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2848

Black with #BB2848

Text Example


Text Example

White with #BB2848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2848; }

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

 H1.HeaderClassName
 {
   color: #BB2848;
 }
 .AnyTagClassName
 {
   color: #BB2848;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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