Html Css Color HEX #B73148 Old Rose

📋 copy color: '#B73148'

red 183 ◦ green 49 ◦ blue 72

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

Shades of Old Rose #B73148

Tints of Old Rose #B73148

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.12%

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

R = 60.2%
G = 16.12%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B73148 (or 0xB73148) is known color: Old Rose. HEX triplet: B7, 31 and 48. RGB value is (183,49,72). Sum of RGB (Red+Green+Blue) = 183+49+72=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 72 (28.52% from 255 or 23.68% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B73148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73148 is #48CEB7. Grayscale: #5B5B5B. Windows color (decimal): -4771512 or 4731319. OLE color: 4731319.

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

Color convert

RGB 183 49 72 -
CMYK 0 0.73 0.61 0.28
HSL 349.7º 0.58% 0.45% -
HSV(B) 349.7º 0.73% 0.72% -
XYZ 21.8 12.73 7.44 -
YUV 91.69 116.89 193.13 -
System Red Green Blue C M Y K H S L
Decimal 183 49 72 0 0.73 0.61 0.28 349.7 0.58 0.45
Hex B7 31 48 0 49 3D 1C 15E 3A 2D
Octal 267 61 110 0 111 75 34 536 72 55
Binary 10110111 110001 1001000 0 1001001 111101 11100 101011110 111010 101101

Color Harmonies of #B73148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73148

Black with #B73148

Text Example


Text Example

White with #B73148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73148; }

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

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

background-color css

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

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

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

border-color css

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

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

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