Html Css Color HEX #B32952 Old Rose

📋 copy color: '#B32952'

red 179 ◦ green 41 ◦ blue 82

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

Shades of Old Rose #B32952

Tints of Old Rose #B32952

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.58%

 BLUE value IS 82 (32.42% from 255) = 27.15%

R = 59.27%
G = 13.58%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B32952 (or 0xB32952) is known color: Old Rose. HEX triplet: B3, 29 and 52. RGB value is (179,41,82). Sum of RGB (Red+Green+Blue) = 179+41+82=302 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.27% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 82 (32.42% from 255 or 27.15% from 302); Max value from RGB is 179 - color contains mainly: red. Hex color #B32952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32952 is #4CD6AD. Grayscale: #565656. Windows color (decimal): -5035694 or 5384627. OLE color: 5384627.

HSL color Cylindrical-coordinate representation of color #B32952: hue angle of 342.17º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B32952 is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 41 82 -
CMYK 0 0.77 0.54 0.30
HSL 342.17º 0.63% 0.43% -
HSV(B) 342.17º 0.77% 0.7% -
XYZ 20.91 11.78 9.15 -
YUV 86.94 125.22 193.67 -
System Red Green Blue C M Y K H S L
Decimal 179 41 82 0 0.77 0.54 0.30 342.17 0.63 0.43
Hex B3 29 52 0 4D 36 1E 156 3F 2B
Octal 263 51 122 0 115 66 36 526 77 53
Binary 10110011 101001 1010010 0 1001101 110110 11110 101010110 111111 101011

Color Harmonies of #B32952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32952

Black with #B32952

Text Example


Text Example

White with #B32952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32952; }

 p { color: rgb(179,41,82); }

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

background-color css

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

 a { background-color: rgb(179,41,82); }

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

border-color css

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

 span { border-color: rgb(179,41,82); }

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