Html Css Color HEX #B72344 Old Rose

📋 copy color: '#B72344'

red 183 ◦ green 35 ◦ blue 68

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

Shades of Old Rose #B72344

Tints of Old Rose #B72344

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.24%

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

R = 63.99%
G = 12.24%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#B72344 (or 0xB72344) is known color: Old Rose. HEX triplet: B7, 23 and 44. RGB value is (183,35,68). Sum of RGB (Red+Green+Blue) = 183+35+68=286 (37% of max value = 765). Red value is 183 (71.88% from 255 or 63.99% from 286); Green value is 35 (14.06% from 255 or 12.24% from 286); Blue value is 68 (26.95% from 255 or 23.78% from 286); Max value from RGB is 183 - color contains mainly: red. Hex color #B72344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72344 is #48DCBB. Grayscale: #535353. Windows color (decimal): -4775100 or 4465591. OLE color: 4465591.

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

Color convert

RGB 183 35 68 -
CMYK 0 0.81 0.63 0.28
HSL 346.62º 0.68% 0.43% -
HSV(B) 346.62º 0.81% 0.72% -
XYZ 21.17 11.69 6.61 -
YUV 83.01 119.53 199.32 -
System Red Green Blue C M Y K H S L
Decimal 183 35 68 0 0.81 0.63 0.28 346.62 0.68 0.43
Hex B7 23 44 0 51 3F 1C 15B 44 2B
Octal 267 43 104 0 121 77 34 533 104 53
Binary 10110111 100011 1000100 0 1010001 111111 11100 101011011 1000100 101011

Color Harmonies of #B72344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72344

Black with #B72344

Text Example


Text Example

White with #B72344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72344; }

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

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

background-color css

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

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

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

border-color css

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

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

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