Html Css Color HEX #B32549 Old Rose

📋 copy color: '#B32549'

red 179 ◦ green 37 ◦ blue 73

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

Shades of Old Rose #B32549

Tints of Old Rose #B32549

RGB

 RED value IS 179 (70.31% from 255) = 61.94%

 GREEN value IS 37 (14.84% from 255) = 12.8%

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

R = 61.94%
G = 12.8%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B32549 (or 0xB32549) is known color: Old Rose. HEX triplet: B3, 25 and 49. RGB value is (179,37,73). Sum of RGB (Red+Green+Blue) = 179+37+73=289 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.94% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 73 (28.91% from 255 or 25.26% from 289); Max value from RGB is 179 - color contains mainly: red. Hex color #B32549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32549 is #4CDAB6. Grayscale: #535353. Windows color (decimal): -5036727 or 4793779. OLE color: 4793779.

HSL color Cylindrical-coordinate representation of color #B32549: hue angle of 344.79º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B32549 is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 37 73 -
CMYK 0 0.79 0.59 0.30
HSL 344.79º 0.66% 0.42% -
HSV(B) 344.79º 0.79% 0.7% -
XYZ 20.45 11.39 7.42 -
YUV 83.56 122.04 196.07 -
System Red Green Blue C M Y K H S L
Decimal 179 37 73 0 0.79 0.59 0.30 344.79 0.66 0.42
Hex B3 25 49 0 4F 3B 1E 159 42 2A
Octal 263 45 111 0 117 73 36 531 102 52
Binary 10110011 100101 1001001 0 1001111 111011 11110 101011001 1000010 101010

Color Harmonies of #B32549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32549

Black with #B32549

Text Example


Text Example

White with #B32549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32549; }

 p { color: rgb(179,37,73); }

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

background-color css

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

 a { background-color: rgb(179,37,73); }

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

border-color css

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

 span { border-color: rgb(179,37,73); }

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