Html Css Color HEX #B72443 Old Rose

📋 copy color: '#B72443'

red 183 ◦ green 36 ◦ blue 67

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

Shades of Old Rose #B72443

Tints of Old Rose #B72443

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.59%

 BLUE value IS 67 (26.56% from 255) = 23.43%

R = 63.99%
G = 12.59%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#B72443 (or 0xB72443) is known color: Old Rose. HEX triplet: B7, 24 and 43. RGB value is (183,36,67). Sum of RGB (Red+Green+Blue) = 183+36+67=286 (37% of max value = 765). Red value is 183 (71.88% from 255 or 63.99% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 67 (26.56% from 255 or 23.43% from 286); Max value from RGB is 183 - color contains mainly: red. Hex color #B72443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72443 is #48DBBC. Grayscale: #535353. Windows color (decimal): -4774845 or 4400311. OLE color: 4400311.

HSL color Cylindrical-coordinate representation of color #B72443: hue angle of 347.35º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B72443 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 36 67 -
CMYK 0 0.80 0.63 0.28
HSL 347.35º 0.67% 0.43% -
HSV(B) 347.35º 0.8% 0.72% -
XYZ 21.17 11.73 6.46 -
YUV 83.49 118.7 198.98 -
System Red Green Blue C M Y K H S L
Decimal 183 36 67 0 0.80 0.63 0.28 347.35 0.67 0.43
Hex B7 24 43 0 50 3F 1C 15B 43 2B
Octal 267 44 103 0 120 77 34 533 103 53
Binary 10110111 100100 1000011 0 1010000 111111 11100 101011011 1000011 101011

Color Harmonies of #B72443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72443

Black with #B72443

Text Example


Text Example

White with #B72443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72443; }

 p { color: rgb(183,36,67); }

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

background-color css

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

 a { background-color: rgb(183,36,67); }

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

border-color css

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

 span { border-color: rgb(183,36,67); }

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