Html Css Color HEX #B33552 Old Rose

📋 copy color: '#B33552'

red 179 ◦ green 53 ◦ blue 82

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

Shades of Old Rose #B33552

Tints of Old Rose #B33552

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.88%

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

R = 57.01%
G = 16.88%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B33552 (or 0xB33552) is known color: Old Rose. HEX triplet: B3, 35 and 52. RGB value is (179,53,82). Sum of RGB (Red+Green+Blue) = 179+53+82=314 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.01% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 82 (32.42% from 255 or 26.11% from 314); Max value from RGB is 179 - color contains mainly: red. Hex color #B33552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33552 is #4CCAAD. Grayscale: #5D5D5D. Windows color (decimal): -5032622 or 5387699. OLE color: 5387699.

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

Color convert

RGB 179 53 82 -
CMYK 0 0.70 0.54 0.30
HSL 346.19º 0.54% 0.45% -
HSV(B) 346.19º 0.7% 0.7% -
XYZ 21.39 12.74 9.31 -
YUV 93.98 121.24 188.64 -
System Red Green Blue C M Y K H S L
Decimal 179 53 82 0 0.70 0.54 0.30 346.19 0.54 0.45
Hex B3 35 52 0 46 36 1E 15A 36 2D
Octal 263 65 122 0 106 66 36 532 66 55
Binary 10110011 110101 1010010 0 1000110 110110 11110 101011010 110110 101101

Color Harmonies of #B33552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33552

Black with #B33552

Text Example


Text Example

White with #B33552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33552; }

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

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

background-color css

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

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

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

border-color css

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

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

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