Html Css Color HEX #B73448 Old Rose

📋 copy color: '#B73448'

red 183 ◦ green 52 ◦ blue 72

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

Shades of Old Rose #B73448

Tints of Old Rose #B73448

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.94%

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

R = 59.61%
G = 16.94%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B73448 (or 0xB73448) is known color: Old Rose. HEX triplet: B7, 34 and 48. RGB value is (183,52,72). Sum of RGB (Red+Green+Blue) = 183+52+72=307 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.61% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 183 - color contains mainly: red. Hex color #B73448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73448 is #48CBB7. Grayscale: #5D5D5D. Windows color (decimal): -4770744 or 4732087. OLE color: 4732087.

HSL color Cylindrical-coordinate representation of color #B73448: hue angle of 350.84º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B73448 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 52 72 -
CMYK 0 0.72 0.61 0.28
HSL 350.84º 0.56% 0.46% -
HSV(B) 350.84º 0.72% 0.72% -
XYZ 21.93 12.99 7.48 -
YUV 93.45 115.9 191.87 -
System Red Green Blue C M Y K H S L
Decimal 183 52 72 0 0.72 0.61 0.28 350.84 0.56 0.46
Hex B7 34 48 0 48 3D 1C 15F 38 2E
Octal 267 64 110 0 110 75 34 537 70 56
Binary 10110111 110100 1001000 0 1001000 111101 11100 101011111 111000 101110

Color Harmonies of #B73448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73448

Black with #B73448

Text Example


Text Example

White with #B73448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73448; }

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

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

background-color css

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

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

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

border-color css

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

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

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