Html Css Color HEX #B03549 Old Rose

📋 copy color: '#B03549'

red 176 ◦ green 53 ◦ blue 73

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

Shades of Old Rose #B03549

Tints of Old Rose #B03549

RGB

 RED value IS 176 (69.14% from 255) = 58.28%

 GREEN value IS 53 (21.09% from 255) = 17.55%

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

R = 58.28%
G = 17.55%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B03549 (or 0xB03549) is known color: Old Rose. HEX triplet: B0, 35 and 49. RGB value is (176,53,73). Sum of RGB (Red+Green+Blue) = 176+53+73=302 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.28% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 176 - color contains mainly: red. Hex color #B03549 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03549 is #4FCAB6. Grayscale: #5C5C5C. Windows color (decimal): -5229239 or 4797872. OLE color: 4797872.

HSL color Cylindrical-coordinate representation of color #B03549: hue angle of 350.24º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B03549 is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 53 73 -
CMYK 0 0.70 0.59 0.31
HSL 350.24º 0.54% 0.45% -
HSV(B) 350.24º 0.7% 0.69% -
XYZ 20.38 12.26 7.6 -
YUV 92.06 117.25 187.87 -
System Red Green Blue C M Y K H S L
Decimal 176 53 73 0 0.70 0.59 0.31 350.24 0.54 0.45
Hex B0 35 49 0 46 3B 1F 15E 36 2D
Octal 260 65 111 0 106 73 37 536 66 55
Binary 10110000 110101 1001001 0 1000110 111011 11111 101011110 110110 101101

Color Harmonies of #B03549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03549

Black with #B03549

Text Example


Text Example

White with #B03549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03549; }

 p { color: rgb(176,53,73); }

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

background-color css

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

 a { background-color: rgb(176,53,73); }

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

border-color css

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

 span { border-color: rgb(176,53,73); }

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