Html Css Color HEX #B73046 Old Rose

📋 copy color: '#B73046'

red 183 ◦ green 48 ◦ blue 70

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

Shades of Old Rose #B73046

Tints of Old Rose #B73046

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.95%

 BLUE value IS 70 (27.73% from 255) = 23.26%

R = 60.8%
G = 15.95%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B73046 (or 0xB73046) is known color: Old Rose. HEX triplet: B7, 30 and 46. RGB value is (183,48,70). Sum of RGB (Red+Green+Blue) = 183+48+70=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B73046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73046 is #48CFB9. Grayscale: #5A5A5A. Windows color (decimal): -4771770 or 4599991. OLE color: 4599991.

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

Color convert

RGB 183 48 70 -
CMYK 0 0.74 0.62 0.28
HSL 350.22º 0.58% 0.45% -
HSV(B) 350.22º 0.74% 0.72% -
XYZ 21.69 12.62 7.09 -
YUV 90.87 116.23 193.71 -
System Red Green Blue C M Y K H S L
Decimal 183 48 70 0 0.74 0.62 0.28 350.22 0.58 0.45
Hex B7 30 46 0 4A 3E 1C 15E 3A 2D
Octal 267 60 106 0 112 76 34 536 72 55
Binary 10110111 110000 1000110 0 1001010 111110 11100 101011110 111010 101101

Color Harmonies of #B73046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73046

Black with #B73046

Text Example


Text Example

White with #B73046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73046; }

 p { color: rgb(183,48,70); }

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

background-color css

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

 a { background-color: rgb(183,48,70); }

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

border-color css

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

 span { border-color: rgb(183,48,70); }

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