Html Css Color HEX #B72952 Old Rose

📋 copy color: '#B72952'

red 183 ◦ green 41 ◦ blue 82

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

Shades of Old Rose #B72952

Tints of Old Rose #B72952

RGB

 RED value IS 183 (71.88% from 255) = 59.8%

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

 BLUE value IS 82 (32.42% from 255) = 26.8%

R = 59.8%
G = 13.4%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B72952 (or 0xB72952) is known color: Old Rose. HEX triplet: B7, 29 and 52. RGB value is (183,41,82). Sum of RGB (Red+Green+Blue) = 183+41+82=306 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.80% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 82 (32.42% from 255 or 26.80% from 306); Max value from RGB is 183 - color contains mainly: red. Hex color #B72952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72952 is #48D6AD. Grayscale: #585858. Windows color (decimal): -4773550 or 5384631. OLE color: 5384631.

HSL color Cylindrical-coordinate representation of color #B72952: hue angle of 342.68º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B72952 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 41 82 -
CMYK 0 0.78 0.55 0.28
HSL 342.68º 0.63% 0.44% -
HSV(B) 342.68º 0.78% 0.72% -
XYZ 21.84 12.26 9.2 -
YUV 88.13 124.54 195.67 -
System Red Green Blue C M Y K H S L
Decimal 183 41 82 0 0.78 0.55 0.28 342.68 0.63 0.44
Hex B7 29 52 0 4E 37 1C 157 3F 2C
Octal 267 51 122 0 116 67 34 527 77 54
Binary 10110111 101001 1010010 0 1001110 110111 11100 101010111 111111 101100

Color Harmonies of #B72952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72952

Black with #B72952

Text Example


Text Example

White with #B72952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72952; }

 p { color: rgb(183,41,82); }

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

background-color css

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

 a { background-color: rgb(183,41,82); }

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

border-color css

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

 span { border-color: rgb(183,41,82); }

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