Html Css Color HEX #B33649 Old Rose

📋 copy color: '#B33649'

red 179 ◦ green 54 ◦ blue 73

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

Shades of Old Rose #B33649

Tints of Old Rose #B33649

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.65%

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

R = 58.5%
G = 17.65%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B33649 (or 0xB33649) is known color: Old Rose. HEX triplet: B3, 36 and 49. RGB value is (179,54,73). Sum of RGB (Red+Green+Blue) = 179+54+73=306 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.50% from 306); Green value is 54 (21.48% from 255 or 17.65% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 179 - color contains mainly: red. Hex color #B33649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33649 is #4CC9B6. Grayscale: #5D5D5D. Windows color (decimal): -5032375 or 4798131. OLE color: 4798131.

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

Color convert

RGB 179 54 73 -
CMYK 0 0.70 0.59 0.30
HSL 350.88º 0.54% 0.46% -
HSV(B) 350.88º 0.7% 0.7% -
XYZ 21.11 12.7 7.64 -
YUV 93.54 116.41 188.96 -
System Red Green Blue C M Y K H S L
Decimal 179 54 73 0 0.70 0.59 0.30 350.88 0.54 0.46
Hex B3 36 49 0 46 3B 1E 15F 36 2E
Octal 263 66 111 0 106 73 36 537 66 56
Binary 10110011 110110 1001001 0 1000110 111011 11110 101011111 110110 101110

Color Harmonies of #B33649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33649

Black with #B33649

Text Example


Text Example

White with #B33649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33649; }

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

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

background-color css

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

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

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

border-color css

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

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

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