Html Css Color HEX #BB2944 Old Rose

📋 copy color: '#BB2944'

red 187 ◦ green 41 ◦ blue 68

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

Shades of Old Rose #BB2944

Tints of Old Rose #BB2944

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.85%

 BLUE value IS 68 (26.95% from 255) = 22.97%

R = 63.18%
G = 13.85%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BB2944 (or 0xBB2944) is known color: Old Rose. HEX triplet: BB, 29 and 44. RGB value is (187,41,68). Sum of RGB (Red+Green+Blue) = 187+41+68=296 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.18% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 68 (26.95% from 255 or 22.97% from 296); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2944 is #44D6BB. Grayscale: #575757. Windows color (decimal): -4511420 or 4467131. OLE color: 4467131.

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

Color convert

RGB 187 41 68 -
CMYK 0 0.78 0.64 0.27
HSL 348.9º 0.64% 0.45% -
HSV(B) 348.9º 0.78% 0.73% -
XYZ 22.33 12.57 6.72 -
YUV 87.73 116.87 198.8 -
System Red Green Blue C M Y K H S L
Decimal 187 41 68 0 0.78 0.64 0.27 348.9 0.64 0.45
Hex BB 29 44 0 4E 40 1B 15D 40 2D
Octal 273 51 104 0 116 100 33 535 100 55
Binary 10111011 101001 1000100 0 1001110 1000000 11011 101011101 1000000 101101

Color Harmonies of #BB2944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2944

Black with #BB2944

Text Example


Text Example

White with #BB2944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2944; }

 p { color: rgb(187,41,68); }

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

background-color css

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

 a { background-color: rgb(187,41,68); }

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

border-color css

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

 span { border-color: rgb(187,41,68); }

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