Html Css Color HEX #B72343 Old Rose

📋 copy color: '#B72343'

red 183 ◦ green 35 ◦ blue 67

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

Shades of Old Rose #B72343

Tints of Old Rose #B72343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 23.51%

R = 64.21%
G = 12.28%
B = 23.51%

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

#B72343 (or 0xB72343) is known color: Old Rose. HEX triplet: B7, 23 and 43. RGB value is (183,35,67). Sum of RGB (Red+Green+Blue) = 183+35+67=285 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.21% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 67 (26.56% from 255 or 23.51% from 285); Max value from RGB is 183 - color contains mainly: red. Hex color #B72343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72343 is #48DCBC. Grayscale: #525252. Windows color (decimal): -4775101 or 4400055. OLE color: 4400055.

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

Color convert

RGB 183 35 67 -
CMYK 0 0.81 0.63 0.28
HSL 347.03º 0.68% 0.43% -
HSV(B) 347.03º 0.81% 0.72% -
XYZ 21.14 11.67 6.45 -
YUV 82.9 119.03 199.4 -
System Red Green Blue C M Y K H S L
Decimal 183 35 67 0 0.81 0.63 0.28 347.03 0.68 0.43
Hex B7 23 43 0 51 3F 1C 15B 44 2B
Octal 267 43 103 0 121 77 34 533 104 53
Binary 10110111 100011 1000011 0 1010001 111111 11100 101011011 1000100 101011

Color Harmonies of #B72343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72343

Black with #B72343

Text Example


Text Example

White with #B72343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72343; }

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

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

background-color css

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

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

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

border-color css

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

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

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