Html Css Color HEX #A43B36 Milano Red

📋 copy color: '#A43B36'

red 164 ◦ green 59 ◦ blue 54

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

Shades of Milano Red #A43B36

Tints of Milano Red #A43B36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.49%

R = 59.21%
G = 21.3%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A43B36 (or 0xA43B36) is known color: Milano Red. HEX triplet: A4, 3B and 36. RGB value is (164,59,54). Sum of RGB (Red+Green+Blue) = 164+59+54=277 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.21% from 277); Green value is 59 (23.44% from 255 or 21.30% from 277); Blue value is 54 (21.48% from 255 or 19.49% from 277); Max value from RGB is 164 - color contains mainly: red. Hex color #A43B36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43B36 is #5BC4C9. Grayscale: #595959. Windows color (decimal): -6014154 or 3554212. OLE color: 3554212.

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

Color convert

RGB 164 59 54 -
CMYK 0 0.64 0.67 0.36
HSL 2.73º 0.5% 0.43% -
HSV(B) 2.73º 0.67% 0.64% -
XYZ 17.54 11.29 4.74 -
YUV 89.83 107.79 180.91 -
System Red Green Blue C M Y K H S L
Decimal 164 59 54 0 0.64 0.67 0.36 2.73 0.5 0.43
Hex A4 3B 36 0 40 43 24 3 32 2B
Octal 244 73 66 0 100 103 44 3 62 53
Binary 10100100 111011 110110 0 1000000 1000011 100100 11 110010 101011

Color Harmonies of #A43B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43B36

Black with #A43B36

Text Example


Text Example

White with #A43B36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43B36; }

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

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

background-color css

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

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

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

border-color css

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

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

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