Html Css Color HEX #A43835 Milano Red

📋 copy color: '#A43835'

red 164 ◦ green 56 ◦ blue 53

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

Shades of Milano Red #A43835

Tints of Milano Red #A43835

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.51%

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

R = 60.07%
G = 20.51%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A43835 (or 0xA43835) is known color: Milano Red. HEX triplet: A4, 38 and 35. RGB value is (164,56,53). Sum of RGB (Red+Green+Blue) = 164+56+53=273 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.07% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 164 - color contains mainly: red. Hex color #A43835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43835 is #5BC7CA. Grayscale: #585858. Windows color (decimal): -6014923 or 3487908. OLE color: 3487908.

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

Color convert

RGB 164 56 53 -
CMYK 0 0.66 0.68 0.36
HSL 1.62º 0.51% 0.43% -
HSV(B) 1.62º 0.68% 0.64% -
XYZ 17.37 10.98 4.57 -
YUV 87.95 108.28 182.24 -
System Red Green Blue C M Y K H S L
Decimal 164 56 53 0 0.66 0.68 0.36 1.62 0.51 0.43
Hex A4 38 35 0 42 44 24 2 33 2B
Octal 244 70 65 0 102 104 44 2 63 53
Binary 10100100 111000 110101 0 1000010 1000100 100100 10 110011 101011

Color Harmonies of #A43835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43835

Black with #A43835

Text Example


Text Example

White with #A43835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43835; }

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

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

background-color css

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

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

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

border-color css

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

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

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