Html Css Color HEX #A43430 Milano Red

📋 copy color: '#A43430'

red 164 ◦ green 52 ◦ blue 48

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

Shades of Milano Red #A43430

Tints of Milano Red #A43430

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.7%

 BLUE value IS 48 (19.14% from 255) = 18.18%

R = 62.12%
G = 19.7%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A43430 (or 0xA43430) is known color: Milano Red. HEX triplet: A4, 34 and 30. RGB value is (164,52,48). Sum of RGB (Red+Green+Blue) = 164+52+48=264 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.12% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 164 - color contains mainly: red. Hex color #A43430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43430 is #5BCBCF. Grayscale: #555555. Windows color (decimal): -6015952 or 3159204. OLE color: 3159204.

HSL color Cylindrical-coordinate representation of color #A43430: hue angle of 2.07º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A43430 is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 52 48 -
CMYK 0 0.68 0.71 0.36
HSL 2.07º 0.55% 0.42% -
HSV(B) 2.07º 0.71% 0.64% -
XYZ 17.07 10.56 3.94 -
YUV 85.03 107.11 184.33 -
System Red Green Blue C M Y K H S L
Decimal 164 52 48 0 0.68 0.71 0.36 2.07 0.55 0.42
Hex A4 34 30 0 44 47 24 2 37 2A
Octal 244 64 60 0 104 107 44 2 67 52
Binary 10100100 110100 110000 0 1000100 1000111 100100 10 110111 101010

Color Harmonies of #A43430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43430

Black with #A43430

Text Example


Text Example

White with #A43430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43430; }

 p { color: rgb(164,52,48); }

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

background-color css

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

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

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

border-color css

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

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

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