Html Css Color HEX #B32A5C Old Rose

📋 copy color: '#B32A5C'

red 179 ◦ green 42 ◦ blue 92

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

Shades of Old Rose #B32A5C

Tints of Old Rose #B32A5C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.42%

 BLUE value IS 92 (36.33% from 255) = 29.39%

R = 57.19%
G = 13.42%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B32A5C (or 0xB32A5C) is known color: Old Rose. HEX triplet: B3, 2A and 5C. RGB value is (179,42,92). Sum of RGB (Red+Green+Blue) = 179+42+92=313 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.19% from 313); Green value is 42 (16.80% from 255 or 13.42% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 179 - color contains mainly: red. Hex color #B32A5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32A5C is #4CD5A3. Grayscale: #585858. Windows color (decimal): -5035428 or 6040243. OLE color: 6040243.

HSL color Cylindrical-coordinate representation of color #B32A5C: hue angle of 338.1º degrees, saturation: 0.62, 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 #B32A5C is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 42 92 -
CMYK 0 0.77 0.49 0.30
HSL 338.1º 0.62% 0.43% -
HSV(B) 338.1º 0.77% 0.7% -
XYZ 21.35 12.01 11.32 -
YUV 88.66 129.89 192.43 -
System Red Green Blue C M Y K H S L
Decimal 179 42 92 0 0.77 0.49 0.30 338.1 0.62 0.43
Hex B3 2A 5C 0 4D 31 1E 152 3E 2B
Octal 263 52 134 0 115 61 36 522 76 53
Binary 10110011 101010 1011100 0 1001101 110001 11110 101010010 111110 101011

Color Harmonies of #B32A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32A5C

Black with #B32A5C

Text Example


Text Example

White with #B32A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32A5C; }

 p { color: rgb(179,42,92); }

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

background-color css

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

 a { background-color: rgb(179,42,92); }

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

border-color css

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

 span { border-color: rgb(179,42,92); }

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