Html Css Color HEX #A43A35 Milano Red

📋 copy color: '#A43A35'

red 164 ◦ green 58 ◦ blue 53

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

Shades of Milano Red #A43A35

Tints of Milano Red #A43A35

RGB

 RED value IS 164 (64.45% from 255) = 59.64%

 GREEN value IS 58 (23.05% from 255) = 21.09%

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

R = 59.64%
G = 21.09%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A43A35 (or 0xA43A35) is known color: Milano Red. HEX triplet: A4, 3A and 35. RGB value is (164,58,53). Sum of RGB (Red+Green+Blue) = 164+58+53=275 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.64% from 275); Green value is 58 (23.05% from 255 or 21.09% from 275); Blue value is 53 (21.09% from 255 or 19.27% from 275); Max value from RGB is 164 - color contains mainly: red. Hex color #A43A35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43A35 is #5BC5CA. Grayscale: #595959. Windows color (decimal): -6014411 or 3488420. OLE color: 3488420.

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

Color convert

RGB 164 58 53 -
CMYK 0 0.65 0.68 0.36
HSL 2.7º 0.51% 0.43% -
HSV(B) 2.7º 0.68% 0.64% -
XYZ 17.47 11.18 4.6 -
YUV 89.12 107.62 181.41 -
System Red Green Blue C M Y K H S L
Decimal 164 58 53 0 0.65 0.68 0.36 2.7 0.51 0.43
Hex A4 3A 35 0 41 44 24 3 33 2B
Octal 244 72 65 0 101 104 44 3 63 53
Binary 10100100 111010 110101 0 1000001 1000100 100100 11 110011 101011

Color Harmonies of #A43A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43A35

Black with #A43A35

Text Example


Text Example

White with #A43A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43A35; }

 p { color: rgb(164,58,53); }

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

background-color css

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

 a { background-color: rgb(164,58,53); }

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

border-color css

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

 span { border-color: rgb(164,58,53); }

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