Html Css Color HEX #B32356 Old Rose

📋 copy color: '#B32356'

red 179 ◦ green 35 ◦ blue 86

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

Shades of Old Rose #B32356

Tints of Old Rose #B32356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 28.67%

R = 59.67%
G = 11.67%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#B32356 (or 0xB32356) is known color: Old Rose. HEX triplet: B3, 23 and 56. RGB value is (179,35,86). Sum of RGB (Red+Green+Blue) = 179+35+86=300 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.67% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 86 (33.98% from 255 or 28.67% from 300); Max value from RGB is 179 - color contains mainly: red. Hex color #B32356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32356 is #4CDCA9. Grayscale: #535353. Windows color (decimal): -5037226 or 5645235. OLE color: 5645235.

HSL color Cylindrical-coordinate representation of color #B32356: hue angle of 338.75º 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 #B32356 is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 35 86 -
CMYK 0 0.80 0.52 0.30
HSL 338.75º 0.67% 0.42% -
HSV(B) 338.75º 0.8% 0.7% -
XYZ 20.87 11.46 9.92 -
YUV 83.87 129.21 195.85 -
System Red Green Blue C M Y K H S L
Decimal 179 35 86 0 0.80 0.52 0.30 338.75 0.67 0.42
Hex B3 23 56 0 50 34 1E 153 43 2A
Octal 263 43 126 0 120 64 36 523 103 52
Binary 10110011 100011 1010110 0 1010000 110100 11110 101010011 1000011 101010

Color Harmonies of #B32356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32356

Black with #B32356

Text Example


Text Example

White with #B32356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32356; }

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

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

background-color css

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

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

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

border-color css

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

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

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