Html Css Color HEX #B32349 Old Rose

📋 copy color: '#B32349'

red 179 ◦ green 35 ◦ blue 73

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

Shades of Old Rose #B32349

Tints of Old Rose #B32349

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.2%

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

R = 62.37%
G = 12.2%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B32349 (or 0xB32349) is known color: Old Rose. HEX triplet: B3, 23 and 49. RGB value is (179,35,73). Sum of RGB (Red+Green+Blue) = 179+35+73=287 (38% of max value = 765). Red value is 179 (70.31% from 255 or 62.37% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 179 - color contains mainly: red. Hex color #B32349 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32349 is #4CDCB6. Grayscale: #525252. Windows color (decimal): -5037239 or 4793267. OLE color: 4793267.

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

Color convert

RGB 179 35 73 -
CMYK 0 0.80 0.59 0.30
HSL 344.17º 0.67% 0.42% -
HSV(B) 344.17º 0.8% 0.7% -
XYZ 20.39 11.27 7.4 -
YUV 82.39 122.71 196.91 -
System Red Green Blue C M Y K H S L
Decimal 179 35 73 0 0.80 0.59 0.30 344.17 0.67 0.42
Hex B3 23 49 0 50 3B 1E 158 43 2A
Octal 263 43 111 0 120 73 36 530 103 52
Binary 10110011 100011 1001001 0 1010000 111011 11110 101011000 1000011 101010

Color Harmonies of #B32349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32349

Black with #B32349

Text Example


Text Example

White with #B32349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32349; }

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

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

background-color css

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

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

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

border-color css

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

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

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