Html Css Color HEX #A33930 Milano Red

📋 copy color: '#A33930'

red 163 ◦ green 57 ◦ blue 48

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

Shades of Milano Red #A33930

Tints of Milano Red #A33930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.91%

R = 60.82%
G = 21.27%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A33930 (or 0xA33930) is known color: Milano Red. HEX triplet: A3, 39 and 30. RGB value is (163,57,48). Sum of RGB (Red+Green+Blue) = 163+57+48=268 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.82% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 48 (19.14% from 255 or 17.91% from 268); Max value from RGB is 163 - color contains mainly: red. Hex color #A33930 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33930 is #5CC6CF. Grayscale: #575757. Windows color (decimal): -6080208 or 3160483. OLE color: 3160483.

HSL color Cylindrical-coordinate representation of color #A33930: hue angle of 4.7º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A33930 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 57 48 -
CMYK 0 0.65 0.71 0.36
HSL 4.7º 0.55% 0.41% -
HSV(B) 4.7º 0.71% 0.64% -
XYZ 17.1 10.93 4 -
YUV 87.67 105.62 181.73 -
System Red Green Blue C M Y K H S L
Decimal 163 57 48 0 0.65 0.71 0.36 4.7 0.55 0.41
Hex A3 39 30 0 41 47 24 5 37 29
Octal 243 71 60 0 101 107 44 5 67 51
Binary 10100011 111001 110000 0 1000001 1000111 100100 101 110111 101001

Color Harmonies of #A33930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33930

Black with #A33930

Text Example


Text Example

White with #A33930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33930; }

 p { color: rgb(163,57,48); }

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

background-color css

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

 a { background-color: rgb(163,57,48); }

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

border-color css

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

 span { border-color: rgb(163,57,48); }

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