Html Css Color HEX #A33935 Milano Red

📋 copy color: '#A33935'

red 163 ◦ green 57 ◦ blue 53

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

Shades of Milano Red #A33935

Tints of Milano Red #A33935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.41%

R = 59.71%
G = 20.88%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A33935 (or 0xA33935) is known color: Milano Red. HEX triplet: A3, 39 and 35. RGB value is (163,57,53). Sum of RGB (Red+Green+Blue) = 163+57+53=273 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.71% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 163 - color contains mainly: red. Hex color #A33935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33935 is #5CC6CA. Grayscale: #585858. Windows color (decimal): -6080203 or 3488163. OLE color: 3488163.

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

Color convert

RGB 163 57 53 -
CMYK 0 0.65 0.67 0.36
HSL 2.18º 0.51% 0.42% -
HSV(B) 2.18º 0.67% 0.64% -
XYZ 17.21 10.97 4.58 -
YUV 88.24 108.12 181.33 -
System Red Green Blue C M Y K H S L
Decimal 163 57 53 0 0.65 0.67 0.36 2.18 0.51 0.42
Hex A3 39 35 0 41 43 24 2 33 2A
Octal 243 71 65 0 101 103 44 2 63 52
Binary 10100011 111001 110101 0 1000001 1000011 100100 10 110011 101010

Color Harmonies of #A33935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33935

Black with #A33935

Text Example


Text Example

White with #A33935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33935; }

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

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

background-color css

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

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

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

border-color css

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

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

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