Html Css Color HEX #A43B30 Milano Red

📋 copy color: '#A43B30'

red 164 ◦ green 59 ◦ blue 48

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

Shades of Milano Red #A43B30

Tints of Milano Red #A43B30

RGB

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

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

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

R = 60.52%
G = 21.77%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A43B30 (or 0xA43B30) is known color: Milano Red. HEX triplet: A4, 3B and 30. RGB value is (164,59,48). Sum of RGB (Red+Green+Blue) = 164+59+48=271 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.52% from 271); Green value is 59 (23.44% from 255 or 21.77% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 164 - color contains mainly: red. Hex color #A43B30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43B30 is #5BC4CF. Grayscale: #595959. Windows color (decimal): -6014160 or 3160996. OLE color: 3160996.

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

Color convert

RGB 164 59 48 -
CMYK 0 0.64 0.71 0.36
HSL 5.69º 0.55% 0.42% -
HSV(B) 5.69º 0.71% 0.64% -
XYZ 17.41 11.23 4.05 -
YUV 89.14 104.79 181.39 -
System Red Green Blue C M Y K H S L
Decimal 164 59 48 0 0.64 0.71 0.36 5.69 0.55 0.42
Hex A4 3B 30 0 40 47 24 6 37 2A
Octal 244 73 60 0 100 107 44 6 67 52
Binary 10100100 111011 110000 0 1000000 1000111 100100 110 110111 101010

Color Harmonies of #A43B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43B30

Black with #A43B30

Text Example


Text Example

White with #A43B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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