Html Css Color HEX #B33349 Old Rose

📋 copy color: '#B33349'

red 179 ◦ green 51 ◦ blue 73

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

Shades of Old Rose #B33349

Tints of Old Rose #B33349

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.83%

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

R = 59.08%
G = 16.83%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B33349 (or 0xB33349) is known color: Old Rose. HEX triplet: B3, 33 and 49. RGB value is (179,51,73). Sum of RGB (Red+Green+Blue) = 179+51+73=303 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.08% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 179 - color contains mainly: red. Hex color #B33349 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33349 is #4CCCB6. Grayscale: #5B5B5B. Windows color (decimal): -5033143 or 4797363. OLE color: 4797363.

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

Color convert

RGB 179 51 73 -
CMYK 0 0.72 0.59 0.30
HSL 349.69º 0.56% 0.45% -
HSV(B) 349.69º 0.72% 0.7% -
XYZ 20.98 12.43 7.6 -
YUV 91.78 117.41 190.21 -
System Red Green Blue C M Y K H S L
Decimal 179 51 73 0 0.72 0.59 0.30 349.69 0.56 0.45
Hex B3 33 49 0 48 3B 1E 15E 38 2D
Octal 263 63 111 0 110 73 36 536 70 55
Binary 10110011 110011 1001001 0 1001000 111011 11110 101011110 111000 101101

Color Harmonies of #B33349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33349

Black with #B33349

Text Example


Text Example

White with #B33349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33349; }

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

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

background-color css

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

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

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

border-color css

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

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

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