Html Css Color HEX #A43535 Milano Red

📋 copy color: '#A43535'

red 164 ◦ green 53 ◦ blue 53

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

Shades of Milano Red #A43535

Tints of Milano Red #A43535

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.63%

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

R = 60.74%
G = 19.63%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A43535 (or 0xA43535) is known color: Milano Red. HEX triplet: A4, 35 and 35. RGB value is (164,53,53). Sum of RGB (Red+Green+Blue) = 164+53+53=270 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.74% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 53 (21.09% from 255 or 19.63% from 270); Max value from RGB is 164 - color contains mainly: red. Hex color #A43535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43535 is #5BCACA. Grayscale: #565656. Windows color (decimal): -6015691 or 3487140. OLE color: 3487140.

HSL color Cylindrical-coordinate representation of color #A43535: hue angle of 0º 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 #A43535 is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 53 53 -
CMYK 0 0.68 0.68 0.36
HSL 0.51% 0.43% -
HSV(B) 0.68% 0.64% -
XYZ 17.23 10.7 4.52 -
YUV 86.19 109.27 183.5 -
System Red Green Blue C M Y K H S L
Decimal 164 53 53 0 0.68 0.68 0.36 0 0.51 0.43
Hex A4 35 35 0 44 44 24 0 33 2B
Octal 244 65 65 0 104 104 44 0 63 53
Binary 10100100 110101 110101 0 1000100 1000100 100100 0 110011 101011

Color Harmonies of #A43535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43535

Black with #A43535

Text Example


Text Example

White with #A43535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43535; }

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

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

background-color css

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

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

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

border-color css

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

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

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