Html Css Color HEX #B33549 Old Rose

📋 copy color: '#B33549'

red 179 ◦ green 53 ◦ blue 73

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

Shades of Old Rose #B33549

Tints of Old Rose #B33549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 23.93%

R = 58.69%
G = 17.38%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B33549 (or 0xB33549) is known color: Old Rose. HEX triplet: B3, 35 and 49. RGB value is (179,53,73). Sum of RGB (Red+Green+Blue) = 179+53+73=305 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.69% from 305); Green value is 53 (21.09% from 255 or 17.38% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 179 - color contains mainly: red. Hex color #B33549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33549 is #4CCAB6. Grayscale: #5D5D5D. Windows color (decimal): -5032631 or 4797875. OLE color: 4797875.

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

Color convert

RGB 179 53 73 -
CMYK 0 0.70 0.59 0.30
HSL 350.48º 0.54% 0.45% -
HSV(B) 350.48º 0.7% 0.7% -
XYZ 21.07 12.61 7.63 -
YUV 92.95 116.74 189.37 -
System Red Green Blue C M Y K H S L
Decimal 179 53 73 0 0.70 0.59 0.30 350.48 0.54 0.45
Hex B3 35 49 0 46 3B 1E 15E 36 2D
Octal 263 65 111 0 106 73 36 536 66 55
Binary 10110011 110101 1001001 0 1000110 111011 11110 101011110 110110 101101

Color Harmonies of #B33549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33549

Black with #B33549

Text Example


Text Example

White with #B33549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33549; }

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

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

background-color css

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

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

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

border-color css

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

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

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