Html Css Color HEX #A43B35 Milano Red

📋 copy color: '#A43B35'

red 164 ◦ green 59 ◦ blue 53

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

Shades of Milano Red #A43B35

Tints of Milano Red #A43B35

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.38%

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

R = 59.42%
G = 21.38%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A43B35 (or 0xA43B35) is known color: Milano Red. HEX triplet: A4, 3B and 35. RGB value is (164,59,53). Sum of RGB (Red+Green+Blue) = 164+59+53=276 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.42% from 276); Green value is 59 (23.44% from 255 or 21.38% from 276); Blue value is 53 (21.09% from 255 or 19.20% from 276); Max value from RGB is 164 - color contains mainly: red. Hex color #A43B35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43B35 is #5BC4CA. Grayscale: #595959. Windows color (decimal): -6014155 or 3488676. OLE color: 3488676.

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

Color convert

RGB 164 59 53 -
CMYK 0 0.64 0.68 0.36
HSL 3.24º 0.51% 0.43% -
HSV(B) 3.24º 0.68% 0.64% -
XYZ 17.52 11.28 4.62 -
YUV 89.71 107.29 180.99 -
System Red Green Blue C M Y K H S L
Decimal 164 59 53 0 0.64 0.68 0.36 3.24 0.51 0.43
Hex A4 3B 35 0 40 44 24 3 33 2B
Octal 244 73 65 0 100 104 44 3 63 53
Binary 10100100 111011 110101 0 1000000 1000100 100100 11 110011 101011

Color Harmonies of #A43B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43B35

Black with #A43B35

Text Example


Text Example

White with #A43B35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43B35; }

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

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

background-color css

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

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

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

border-color css

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

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

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