Html Css Color HEX #B72352 Old Rose

📋 copy color: '#B72352'

red 183 ◦ green 35 ◦ blue 82

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

Shades of Old Rose #B72352

Tints of Old Rose #B72352

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.67%

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

R = 61%
G = 11.67%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B72352 (or 0xB72352) is known color: Old Rose. HEX triplet: B7, 23 and 52. RGB value is (183,35,82). Sum of RGB (Red+Green+Blue) = 183+35+82=300 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 82 (32.42% from 255 or 27.33% from 300); Max value from RGB is 183 - color contains mainly: red. Hex color #B72352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72352 is #48DCAD. Grayscale: #545454. Windows color (decimal): -4775086 or 5383095. OLE color: 5383095.

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

Color convert

RGB 183 35 82 -
CMYK 0 0.81 0.55 0.28
HSL 340.95º 0.68% 0.43% -
HSV(B) 340.95º 0.81% 0.72% -
XYZ 21.65 11.88 9.13 -
YUV 84.61 126.53 198.18 -
System Red Green Blue C M Y K H S L
Decimal 183 35 82 0 0.81 0.55 0.28 340.95 0.68 0.43
Hex B7 23 52 0 51 37 1C 155 44 2B
Octal 267 43 122 0 121 67 34 525 104 53
Binary 10110111 100011 1010010 0 1010001 110111 11100 101010101 1000100 101011

Color Harmonies of #B72352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72352

Black with #B72352

Text Example


Text Example

White with #B72352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72352; }

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

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

background-color css

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

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

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

border-color css

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

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

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