Html Css Color HEX #BB2845 Old Rose

📋 copy color: '#BB2845'

red 187 ◦ green 40 ◦ blue 69

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

Shades of Old Rose #BB2845

Tints of Old Rose #BB2845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.31%

R = 63.18%
G = 13.51%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BB2845 (or 0xBB2845) is known color: Old Rose. HEX triplet: BB, 28 and 45. RGB value is (187,40,69). Sum of RGB (Red+Green+Blue) = 187+40+69=296 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.18% from 296); Green value is 40 (16.02% from 255 or 13.51% from 296); Blue value is 69 (27.34% from 255 or 23.31% from 296); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2845 is #44D7BA. Grayscale: #575757. Windows color (decimal): -4511675 or 4532411. OLE color: 4532411.

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

Color convert

RGB 187 40 69 -
CMYK 0 0.79 0.63 0.27
HSL 348.16º 0.65% 0.45% -
HSV(B) 348.16º 0.79% 0.73% -
XYZ 22.33 12.51 6.87 -
YUV 87.26 117.7 199.14 -
System Red Green Blue C M Y K H S L
Decimal 187 40 69 0 0.79 0.63 0.27 348.16 0.65 0.45
Hex BB 28 45 0 4F 3F 1B 15C 41 2D
Octal 273 50 105 0 117 77 33 534 101 55
Binary 10111011 101000 1000101 0 1001111 111111 11011 101011100 1000001 101101

Color Harmonies of #BB2845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2845

Black with #BB2845

Text Example


Text Example

White with #BB2845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2845; }

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

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

background-color css

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

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

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

border-color css

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

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

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