Html Css Color HEX #B32250 Old Rose

📋 copy color: '#B32250'

red 179 ◦ green 34 ◦ blue 80

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

Shades of Old Rose #B32250

Tints of Old Rose #B32250

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.6%

 BLUE value IS 80 (31.64% from 255) = 27.3%

R = 61.09%
G = 11.6%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#B32250 (or 0xB32250) is known color: Old Rose. HEX triplet: B3, 22 and 50. RGB value is (179,34,80). Sum of RGB (Red+Green+Blue) = 179+34+80=293 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.09% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 179 - color contains mainly: red. Hex color #B32250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32250 is #4CDDAF. Grayscale: #525252. Windows color (decimal): -5037488 or 5251763. OLE color: 5251763.

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

Color convert

RGB 179 34 80 -
CMYK 0 0.81 0.55 0.30
HSL 340.97º 0.68% 0.42% -
HSV(B) 340.97º 0.81% 0.7% -
XYZ 20.61 11.31 8.69 -
YUV 82.6 126.54 196.76 -
System Red Green Blue C M Y K H S L
Decimal 179 34 80 0 0.81 0.55 0.30 340.97 0.68 0.42
Hex B3 22 50 0 51 37 1E 155 44 2A
Octal 263 42 120 0 121 67 36 525 104 52
Binary 10110011 100010 1010000 0 1010001 110111 11110 101010101 1000100 101010

Color Harmonies of #B32250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32250

Black with #B32250

Text Example


Text Example

White with #B32250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32250; }

 p { color: rgb(179,34,80); }

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

background-color css

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

 a { background-color: rgb(179,34,80); }

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

border-color css

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

 span { border-color: rgb(179,34,80); }

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