Html Css Color HEX #B72841 Old Rose

📋 copy color: '#B72841'

red 183 ◦ green 40 ◦ blue 65

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

Shades of Old Rose #B72841

Tints of Old Rose #B72841

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.89%

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

R = 63.54%
G = 13.89%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B72841 (or 0xB72841) is known color: Old Rose. HEX triplet: B7, 28 and 41. RGB value is (183,40,65). Sum of RGB (Red+Green+Blue) = 183+40+65=288 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.54% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 65 (25.78% from 255 or 22.57% from 288); Max value from RGB is 183 - color contains mainly: red. Hex color #B72841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72841 is #48D7BE. Grayscale: #555555. Windows color (decimal): -4773823 or 4270263. OLE color: 4270263.

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

Color convert

RGB 183 40 65 -
CMYK 0 0.78 0.64 0.28
HSL 349.51º 0.64% 0.44% -
HSV(B) 349.51º 0.78% 0.72% -
XYZ 21.24 11.97 6.19 -
YUV 85.61 116.38 197.47 -
System Red Green Blue C M Y K H S L
Decimal 183 40 65 0 0.78 0.64 0.28 349.51 0.64 0.44
Hex B7 28 41 0 4E 40 1C 15E 40 2C
Octal 267 50 101 0 116 100 34 536 100 54
Binary 10110111 101000 1000001 0 1001110 1000000 11100 101011110 1000000 101100

Color Harmonies of #B72841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72841

Black with #B72841

Text Example


Text Example

White with #B72841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72841; }

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

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

background-color css

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

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

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

border-color css

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

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

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