Html Css Color HEX #A93635 Milano Red

📋 copy color: '#A93635'

red 169 ◦ green 54 ◦ blue 53

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

Shades of Milano Red #A93635

Tints of Milano Red #A93635

RGB

 RED value IS 169 (66.41% from 255) = 61.23%

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

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

R = 61.23%
G = 19.57%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.34

RGB Variations

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

Color information

#A93635 (or 0xA93635) is known color: Milano Red. HEX triplet: A9, 36 and 35. RGB value is (169,54,53). Sum of RGB (Red+Green+Blue) = 169+54+53=276 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.23% from 276); Green value is 54 (21.48% from 255 or 19.57% from 276); Blue value is 53 (21.09% from 255 or 19.20% from 276); Max value from RGB is 169 - color contains mainly: red. Hex color #A93635 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93635 is #56C9CA. Grayscale: #585858. Windows color (decimal): -5687755 or 3487401. OLE color: 3487401.

HSL color Cylindrical-coordinate representation of color #A93635: hue angle of 0.52º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A93635 is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 54 53 -
CMYK 0 0.68 0.69 0.34
HSL 0.52º 0.52% 0.44% -
HSV(B) 0.52º 0.69% 0.66% -
XYZ 18.32 11.33 4.59 -
YUV 88.27 108.1 185.58 -
System Red Green Blue C M Y K H S L
Decimal 169 54 53 0 0.68 0.69 0.34 0.52 0.52 0.44
Hex A9 36 35 0 44 45 22 1 34 2C
Octal 251 66 65 0 104 105 42 1 64 54
Binary 10101001 110110 110101 0 1000100 1000101 100010 1 110100 101100

Color Harmonies of #A93635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93635

Black with #A93635

Text Example


Text Example

White with #A93635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93635; }

 p { color: rgb(169,54,53); }

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

background-color css

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

 a { background-color: rgb(169,54,53); }

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

border-color css

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

 span { border-color: rgb(169,54,53); }

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