Html Css Color HEX #B72944 Old Rose

📋 copy color: '#B72944'

red 183 ◦ green 41 ◦ blue 68

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

Shades of Old Rose #B72944

Tints of Old Rose #B72944

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.04%

 BLUE value IS 68 (26.95% from 255) = 23.29%

R = 62.67%
G = 14.04%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#B72944 (or 0xB72944) is known color: Old Rose. HEX triplet: B7, 29 and 44. RGB value is (183,41,68). Sum of RGB (Red+Green+Blue) = 183+41+68=292 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.67% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 68 (26.95% from 255 or 23.29% from 292); Max value from RGB is 183 - color contains mainly: red. Hex color #B72944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72944 is #48D6BB. Grayscale: #565656. Windows color (decimal): -4773564 or 4467127. OLE color: 4467127.

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

Color convert

RGB 183 41 68 -
CMYK 0 0.78 0.63 0.28
HSL 348.59º 0.63% 0.44% -
HSV(B) 348.59º 0.78% 0.72% -
XYZ 21.36 12.07 6.67 -
YUV 86.54 117.54 196.8 -
System Red Green Blue C M Y K H S L
Decimal 183 41 68 0 0.78 0.63 0.28 348.59 0.63 0.44
Hex B7 29 44 0 4E 3F 1C 15D 3F 2C
Octal 267 51 104 0 116 77 34 535 77 54
Binary 10110111 101001 1000100 0 1001110 111111 11100 101011101 111111 101100

Color Harmonies of #B72944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72944

Black with #B72944

Text Example


Text Example

White with #B72944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72944; }

 p { color: rgb(183,41,68); }

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

background-color css

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

 a { background-color: rgb(183,41,68); }

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

border-color css

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

 span { border-color: rgb(183,41,68); }

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