Html Css Color HEX #B72348 Old Rose

📋 copy color: '#B72348'

red 183 ◦ green 35 ◦ blue 72

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

Shades of Old Rose #B72348

Tints of Old Rose #B72348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.83%

R = 63.1%
G = 12.07%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B72348 (or 0xB72348) is known color: Old Rose. HEX triplet: B7, 23 and 48. RGB value is (183,35,72). Sum of RGB (Red+Green+Blue) = 183+35+72=290 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.10% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 72 (28.52% from 255 or 24.83% from 290); Max value from RGB is 183 - color contains mainly: red. Hex color #B72348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72348 is #48DCB7. Grayscale: #535353. Windows color (decimal): -4775096 or 4727735. OLE color: 4727735.

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

Color convert

RGB 183 35 72 -
CMYK 0 0.81 0.61 0.28
HSL 345º 0.68% 0.43% -
HSV(B) 345º 0.81% 0.72% -
XYZ 21.3 11.74 7.27 -
YUV 83.47 121.53 198.99 -
System Red Green Blue C M Y K H S L
Decimal 183 35 72 0 0.81 0.61 0.28 345 0.68 0.43
Hex B7 23 48 0 51 3D 1C 159 44 2B
Octal 267 43 110 0 121 75 34 531 104 53
Binary 10110111 100011 1001000 0 1010001 111101 11100 101011001 1000100 101011

Color Harmonies of #B72348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72348

Black with #B72348

Text Example


Text Example

White with #B72348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72348; }

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

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

background-color css

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

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

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

border-color css

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

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

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