Html Css Color HEX #B72C41 Old Rose

📋 copy color: '#B72C41'

red 183 ◦ green 44 ◦ blue 65

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

Shades of Old Rose #B72C41

Tints of Old Rose #B72C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.26%

R = 62.67%
G = 15.07%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B72C41 (or 0xB72C41) is known color: Old Rose. HEX triplet: B7, 2C and 41. RGB value is (183,44,65). Sum of RGB (Red+Green+Blue) = 183+44+65=292 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.67% from 292); Green value is 44 (17.58% from 255 or 15.07% from 292); Blue value is 65 (25.78% from 255 or 22.26% from 292); Max value from RGB is 183 - color contains mainly: red. Hex color #B72C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72C41 is #48D3BE. Grayscale: #585858. Windows color (decimal): -4772799 or 4271287. OLE color: 4271287.

HSL color Cylindrical-coordinate representation of color #B72C41: hue angle of 350.94º 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 #B72C41 is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 44 65 -
CMYK 0 0.76 0.64 0.28
HSL 350.94º 0.61% 0.45% -
HSV(B) 350.94º 0.76% 0.72% -
XYZ 21.38 12.25 6.24 -
YUV 87.96 115.05 195.79 -
System Red Green Blue C M Y K H S L
Decimal 183 44 65 0 0.76 0.64 0.28 350.94 0.61 0.45
Hex B7 2C 41 0 4C 40 1C 15F 3D 2D
Octal 267 54 101 0 114 100 34 537 75 55
Binary 10110111 101100 1000001 0 1001100 1000000 11100 101011111 111101 101101

Color Harmonies of #B72C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72C41

Black with #B72C41

Text Example


Text Example

White with #B72C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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