Html Css Color HEX #B72D42 Old Rose

📋 copy color: '#B72D42'

red 183 ◦ green 45 ◦ blue 66

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

Shades of Old Rose #B72D42

Tints of Old Rose #B72D42

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.31%

 BLUE value IS 66 (26.17% from 255) = 22.45%

R = 62.24%
G = 15.31%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B72D42 (or 0xB72D42) is known color: Old Rose. HEX triplet: B7, 2D and 42. RGB value is (183,45,66). Sum of RGB (Red+Green+Blue) = 183+45+66=294 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.24% from 294); Green value is 45 (17.97% from 255 or 15.31% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 183 - color contains mainly: red. Hex color #B72D42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72D42 is #48D2BD. Grayscale: #585858. Windows color (decimal): -4772542 or 4337079. OLE color: 4337079.

HSL color Cylindrical-coordinate representation of color #B72D42: hue angle of 350.87º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B72D42 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 45 66 -
CMYK 0 0.75 0.64 0.28
HSL 350.87º 0.61% 0.45% -
HSV(B) 350.87º 0.75% 0.72% -
XYZ 21.45 12.34 6.41 -
YUV 88.66 115.22 195.29 -
System Red Green Blue C M Y K H S L
Decimal 183 45 66 0 0.75 0.64 0.28 350.87 0.61 0.45
Hex B7 2D 42 0 4B 40 1C 15F 3D 2D
Octal 267 55 102 0 113 100 34 537 75 55
Binary 10110111 101101 1000010 0 1001011 1000000 11100 101011111 111101 101101

Color Harmonies of #B72D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72D42

Black with #B72D42

Text Example


Text Example

White with #B72D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72D42; }

 p { color: rgb(183,45,66); }

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

background-color css

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

 a { background-color: rgb(183,45,66); }

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

border-color css

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

 span { border-color: rgb(183,45,66); }

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