Html Css Color HEX #B33949 Old Rose

📋 copy color: '#B33949'

red 179 ◦ green 57 ◦ blue 73

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

Shades of Old Rose #B33949

Tints of Old Rose #B33949

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.45%

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

R = 57.93%
G = 18.45%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B33949 (or 0xB33949) is known color: Old Rose. HEX triplet: B3, 39 and 49. RGB value is (179,57,73). Sum of RGB (Red+Green+Blue) = 179+57+73=309 (40% of max value = 765). Red value is 179 (70.31% from 255 or 57.93% from 309); Green value is 57 (22.66% from 255 or 18.45% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 179 - color contains mainly: red. Hex color #B33949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33949 is #4CC6B6. Grayscale: #5F5F5F. Windows color (decimal): -5031607 or 4798899. OLE color: 4798899.

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

Color convert

RGB 179 57 73 -
CMYK 0 0.68 0.59 0.30
HSL 352.13º 0.52% 0.46% -
HSV(B) 352.13º 0.68% 0.7% -
XYZ 21.26 12.99 7.69 -
YUV 95.3 115.42 187.7 -
System Red Green Blue C M Y K H S L
Decimal 179 57 73 0 0.68 0.59 0.30 352.13 0.52 0.46
Hex B3 39 49 0 44 3B 1E 160 34 2E
Octal 263 71 111 0 104 73 36 540 64 56
Binary 10110011 111001 1001001 0 1000100 111011 11110 101100000 110100 101110

Color Harmonies of #B33949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33949

Black with #B33949

Text Example


Text Example

White with #B33949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33949; }

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

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

background-color css

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

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

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

border-color css

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

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

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