Html Css Color HEX #B33149 Old Rose

📋 copy color: '#B33149'

red 179 ◦ green 49 ◦ blue 73

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

Shades of Old Rose #B33149

Tints of Old Rose #B33149

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.28%

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

R = 59.47%
G = 16.28%
B = 24.25%

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

#B33149 (or 0xB33149) is known color: Old Rose. HEX triplet: B3, 31 and 49. RGB value is (179,49,73). Sum of RGB (Red+Green+Blue) = 179+49+73=301 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.47% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 179 - color contains mainly: red. Hex color #B33149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33149 is #4CCEB6. Grayscale: #5A5A5A. Windows color (decimal): -5033655 or 4796851. OLE color: 4796851.

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

Color convert

RGB 179 49 73 -
CMYK 0 0.73 0.59 0.30
HSL 348.92º 0.57% 0.45% -
HSV(B) 348.92º 0.73% 0.7% -
XYZ 20.89 12.26 7.57 -
YUV 90.61 118.07 191.05 -
System Red Green Blue C M Y K H S L
Decimal 179 49 73 0 0.73 0.59 0.30 348.92 0.57 0.45
Hex B3 31 49 0 49 3B 1E 15D 39 2D
Octal 263 61 111 0 111 73 36 535 71 55
Binary 10110011 110001 1001001 0 1001001 111011 11110 101011101 111001 101101

Color Harmonies of #B33149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33149

Black with #B33149

Text Example


Text Example

White with #B33149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33149; }

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

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

background-color css

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

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

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

border-color css

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

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

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