Html Css Color HEX #B33550 Old Rose

📋 copy color: '#B33550'

red 179 ◦ green 53 ◦ blue 80

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

Shades of Old Rose #B33550

Tints of Old Rose #B33550

RGB

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

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

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

R = 57.37%
G = 16.99%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#B33550 (or 0xB33550) is known color: Old Rose. HEX triplet: B3, 35 and 50. RGB value is (179,53,80). Sum of RGB (Red+Green+Blue) = 179+53+80=312 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.37% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 179 - color contains mainly: red. Hex color #B33550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33550 is #4CCAAF. Grayscale: #5D5D5D. Windows color (decimal): -5032624 or 5256627. OLE color: 5256627.

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

Color convert

RGB 179 53 80 -
CMYK 0 0.70 0.55 0.30
HSL 347.14º 0.54% 0.45% -
HSV(B) 347.14º 0.7% 0.7% -
XYZ 21.31 12.71 8.92 -
YUV 93.75 120.24 188.8 -
System Red Green Blue C M Y K H S L
Decimal 179 53 80 0 0.70 0.55 0.30 347.14 0.54 0.45
Hex B3 35 50 0 46 37 1E 15B 36 2D
Octal 263 65 120 0 106 67 36 533 66 55
Binary 10110011 110101 1010000 0 1000110 110111 11110 101011011 110110 101101

Color Harmonies of #B33550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33550

Black with #B33550

Text Example


Text Example

White with #B33550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33550; }

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

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

background-color css

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

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

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

border-color css

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

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

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