Html Css Color HEX #B72C45 Old Rose

📋 copy color: '#B72C45'

red 183 ◦ green 44 ◦ blue 69

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

Shades of Old Rose #B72C45

Tints of Old Rose #B72C45

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.86%

 BLUE value IS 69 (27.34% from 255) = 23.31%

R = 61.82%
G = 14.86%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B72C45 (or 0xB72C45) is known color: Old Rose. HEX triplet: B7, 2C and 45. RGB value is (183,44,69). Sum of RGB (Red+Green+Blue) = 183+44+69=296 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.82% from 296); Green value is 44 (17.58% from 255 or 14.86% from 296); Blue value is 69 (27.34% from 255 or 23.31% from 296); Max value from RGB is 183 - color contains mainly: red. Hex color #B72C45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72C45 is #48D3BA. Grayscale: #585858. Windows color (decimal): -4772795 or 4533431. OLE color: 4533431.

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

Color convert

RGB 183 44 69 -
CMYK 0 0.76 0.62 0.28
HSL 349.21º 0.61% 0.45% -
HSV(B) 349.21º 0.76% 0.72% -
XYZ 21.5 12.3 6.87 -
YUV 88.41 117.05 195.47 -
System Red Green Blue C M Y K H S L
Decimal 183 44 69 0 0.76 0.62 0.28 349.21 0.61 0.45
Hex B7 2C 45 0 4C 3E 1C 15D 3D 2D
Octal 267 54 105 0 114 76 34 535 75 55
Binary 10110111 101100 1000101 0 1001100 111110 11100 101011101 111101 101101

Color Harmonies of #B72C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72C45

Black with #B72C45

Text Example


Text Example

White with #B72C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72C45; }

 p { color: rgb(183,44,69); }

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

background-color css

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

 a { background-color: rgb(183,44,69); }

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

border-color css

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

 span { border-color: rgb(183,44,69); }

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