Html Css Color HEX #B33849 Old Rose

📋 copy color: '#B33849'

red 179 ◦ green 56 ◦ blue 73

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

Shades of Old Rose #B33849

Tints of Old Rose #B33849

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.18%

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

R = 58.12%
G = 18.18%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B33849 (or 0xB33849) is known color: Old Rose. HEX triplet: B3, 38 and 49. RGB value is (179,56,73). Sum of RGB (Red+Green+Blue) = 179+56+73=308 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.12% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 179 - color contains mainly: red. Hex color #B33849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33849 is #4CC7B6. Grayscale: #5E5E5E. Windows color (decimal): -5031863 or 4798643. OLE color: 4798643.

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

Color convert

RGB 179 56 73 -
CMYK 0 0.69 0.59 0.30
HSL 351.71º 0.52% 0.46% -
HSV(B) 351.71º 0.69% 0.7% -
XYZ 21.21 12.89 7.67 -
YUV 94.72 115.75 188.12 -
System Red Green Blue C M Y K H S L
Decimal 179 56 73 0 0.69 0.59 0.30 351.71 0.52 0.46
Hex B3 38 49 0 45 3B 1E 160 34 2E
Octal 263 70 111 0 105 73 36 540 64 56
Binary 10110011 111000 1001001 0 1000101 111011 11110 101100000 110100 101110

Color Harmonies of #B33849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33849

Black with #B33849

Text Example


Text Example

White with #B33849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33849; }

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

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

background-color css

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

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

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

border-color css

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

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

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