Html Css Color HEX #A43B2E Milano Red

📋 copy color: '#A43B2E'

red 164 ◦ green 59 ◦ blue 46

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

Shades of Milano Red #A43B2E

Tints of Milano Red #A43B2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.1%

R = 60.97%
G = 21.93%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A43B2E (or 0xA43B2E) is known color: Milano Red. HEX triplet: A4, 3B and 2E. RGB value is (164,59,46). Sum of RGB (Red+Green+Blue) = 164+59+46=269 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.97% from 269); Green value is 59 (23.44% from 255 or 21.93% from 269); Blue value is 46 (18.36% from 255 or 17.10% from 269); Max value from RGB is 164 - color contains mainly: red. Hex color #A43B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43B2E is #5BC4D1. Grayscale: #595959. Windows color (decimal): -6014162 or 3029924. OLE color: 3029924.

HSL color Cylindrical-coordinate representation of color #A43B2E: hue angle of 6.61º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A43B2E is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 59 46 -
CMYK 0 0.64 0.72 0.36
HSL 6.61º 0.56% 0.41% -
HSV(B) 6.61º 0.72% 0.64% -
XYZ 17.37 11.22 3.83 -
YUV 88.91 103.79 181.56 -
System Red Green Blue C M Y K H S L
Decimal 164 59 46 0 0.64 0.72 0.36 6.61 0.56 0.41
Hex A4 3B 2E 0 40 48 24 7 38 29
Octal 244 73 56 0 100 110 44 7 70 51
Binary 10100100 111011 101110 0 1000000 1001000 100100 111 111000 101001

Color Harmonies of #A43B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43B2E

Black with #A43B2E

Text Example


Text Example

White with #A43B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43B2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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