Html Css Color HEX #B33049 Old Rose

📋 copy color: '#B33049'

red 179 ◦ green 48 ◦ blue 73

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

Shades of Old Rose #B33049

Tints of Old Rose #B33049

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16%

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

R = 59.67%
G = 16%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B33049 (or 0xB33049) is known color: Old Rose. HEX triplet: B3, 30 and 49. RGB value is (179,48,73). Sum of RGB (Red+Green+Blue) = 179+48+73=300 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.67% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 179 - color contains mainly: red. Hex color #B33049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33049 is #4CCFB6. Grayscale: #5A5A5A. Windows color (decimal): -5033911 or 4796595. OLE color: 4796595.

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

Color convert

RGB 179 48 73 -
CMYK 0 0.73 0.59 0.30
HSL 348.55º 0.58% 0.45% -
HSV(B) 348.55º 0.73% 0.7% -
XYZ 20.85 12.18 7.56 -
YUV 90.02 118.4 191.47 -
System Red Green Blue C M Y K H S L
Decimal 179 48 73 0 0.73 0.59 0.30 348.55 0.58 0.45
Hex B3 30 49 0 49 3B 1E 15D 3A 2D
Octal 263 60 111 0 111 73 36 535 72 55
Binary 10110011 110000 1001001 0 1001001 111011 11110 101011101 111010 101101

Color Harmonies of #B33049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33049

Black with #B33049

Text Example


Text Example

White with #B33049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33049; }

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

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

background-color css

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

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

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

border-color css

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

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

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