Html Css Color HEX #B73949 Old Rose

📋 copy color: '#B73949'

red 183 ◦ green 57 ◦ blue 73

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

Shades of Old Rose #B73949

Tints of Old Rose #B73949

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.21%

 BLUE value IS 73 (28.91% from 255) = 23.32%

R = 58.47%
G = 18.21%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B73949 (or 0xB73949) is known color: Old Rose. HEX triplet: B7, 39 and 49. RGB value is (183,57,73). Sum of RGB (Red+Green+Blue) = 183+57+73=313 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.47% from 313); Green value is 57 (22.66% from 255 or 18.21% from 313); Blue value is 73 (28.91% from 255 or 23.32% from 313); Max value from RGB is 183 - color contains mainly: red. Hex color #B73949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73949 is #48C6B6. Grayscale: #606060. Windows color (decimal): -4769463 or 4798903. OLE color: 4798903.

HSL color Cylindrical-coordinate representation of color #B73949: hue angle of 352.38º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B73949 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 57 73 -
CMYK 0 0.69 0.60 0.28
HSL 352.38º 0.53% 0.47% -
HSV(B) 352.38º 0.69% 0.72% -
XYZ 22.19 13.47 7.73 -
YUV 96.5 114.74 189.7 -
System Red Green Blue C M Y K H S L
Decimal 183 57 73 0 0.69 0.60 0.28 352.38 0.53 0.47
Hex B7 39 49 0 45 3C 1C 160 34 2F
Octal 267 71 111 0 105 74 34 540 64 57
Binary 10110111 111001 1001001 0 1000101 111100 11100 101100000 110100 101111

Color Harmonies of #B73949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73949

Black with #B73949

Text Example


Text Example

White with #B73949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73949; }

 p { color: rgb(183,57,73); }

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

background-color css

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

 a { background-color: rgb(183,57,73); }

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

border-color css

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

 span { border-color: rgb(183,57,73); }

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