Html Css Color HEX #A33C33 Milano Red

📋 copy color: '#A33C33'

red 163 ◦ green 60 ◦ blue 51

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

Shades of Milano Red #A33C33

Tints of Milano Red #A33C33

RGB

 RED value IS 163 (64.06% from 255) = 59.49%

 GREEN value IS 60 (23.83% from 255) = 21.9%

 BLUE value IS 51 (20.31% from 255) = 18.61%

R = 59.49%
G = 21.9%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A33C33 (or 0xA33C33) is known color: Milano Red. HEX triplet: A3, 3C and 33. RGB value is (163,60,51). Sum of RGB (Red+Green+Blue) = 163+60+51=274 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.49% from 274); Green value is 60 (23.83% from 255 or 21.90% from 274); Blue value is 51 (20.31% from 255 or 18.61% from 274); Max value from RGB is 163 - color contains mainly: red. Hex color #A33C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33C33 is #5CC3CC. Grayscale: #595959. Windows color (decimal): -6079437 or 3357859. OLE color: 3357859.

HSL color Cylindrical-coordinate representation of color #A33C33: hue angle of 4.82º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A33C33 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 60 51 -
CMYK 0 0.63 0.69 0.36
HSL 4.82º 0.52% 0.42% -
HSV(B) 4.82º 0.69% 0.64% -
XYZ 17.32 11.26 4.39 -
YUV 89.77 106.12 180.23 -
System Red Green Blue C M Y K H S L
Decimal 163 60 51 0 0.63 0.69 0.36 4.82 0.52 0.42
Hex A3 3C 33 0 3F 45 24 5 34 2A
Octal 243 74 63 0 77 105 44 5 64 52
Binary 10100011 111100 110011 0 111111 1000101 100100 101 110100 101010

Color Harmonies of #A33C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33C33

Black with #A33C33

Text Example


Text Example

White with #A33C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33C33; }

 p { color: rgb(163,60,51); }

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

background-color css

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

 a { background-color: rgb(163,60,51); }

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

border-color css

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

 span { border-color: rgb(163,60,51); }

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