Html Css Color HEX #B72E44 Old Rose

📋 copy color: '#B72E44'

red 183 ◦ green 46 ◦ blue 68

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

Shades of Old Rose #B72E44

Tints of Old Rose #B72E44

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.49%

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

R = 61.62%
G = 15.49%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#B72E44 (or 0xB72E44) is known color: Old Rose. HEX triplet: B7, 2E and 44. RGB value is (183,46,68). Sum of RGB (Red+Green+Blue) = 183+46+68=297 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.62% from 297); Green value is 46 (18.36% from 255 or 15.49% from 297); Blue value is 68 (26.95% from 255 or 22.90% from 297); Max value from RGB is 183 - color contains mainly: red. Hex color #B72E44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72E44 is #48D1BB. Grayscale: #595959. Windows color (decimal): -4772284 or 4468407. OLE color: 4468407.

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

Color convert

RGB 183 46 68 -
CMYK 0 0.75 0.63 0.28
HSL 350.37º 0.6% 0.45% -
HSV(B) 350.37º 0.75% 0.72% -
XYZ 21.55 12.44 6.73 -
YUV 89.47 115.89 194.71 -
System Red Green Blue C M Y K H S L
Decimal 183 46 68 0 0.75 0.63 0.28 350.37 0.6 0.45
Hex B7 2E 44 0 4B 3F 1C 15E 3C 2D
Octal 267 56 104 0 113 77 34 536 74 55
Binary 10110111 101110 1000100 0 1001011 111111 11100 101011110 111100 101101

Color Harmonies of #B72E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72E44

Black with #B72E44

Text Example


Text Example

White with #B72E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72E44; }

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

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

background-color css

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

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

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

border-color css

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

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

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