Html Css Color HEX #A63430 Milano Red

📋 copy color: '#A63430'

red 166 ◦ green 52 ◦ blue 48

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

Shades of Milano Red #A63430

Tints of Milano Red #A63430

RGB

 RED value IS 166 (65.23% from 255) = 62.41%

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

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

R = 62.41%
G = 19.55%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A63430 (or 0xA63430) is known color: Milano Red. HEX triplet: A6, 34 and 30. RGB value is (166,52,48). Sum of RGB (Red+Green+Blue) = 166+52+48=266 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.41% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 166 - color contains mainly: red. Hex color #A63430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63430 is #59CBCF. Grayscale: #555555. Windows color (decimal): -5884880 or 3159206. OLE color: 3159206.

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

Color convert

RGB 166 52 48 -
CMYK 0 0.69 0.71 0.35
HSL 2.03º 0.55% 0.42% -
HSV(B) 2.03º 0.71% 0.65% -
XYZ 17.49 10.78 3.95 -
YUV 85.63 106.77 185.33 -
System Red Green Blue C M Y K H S L
Decimal 166 52 48 0 0.69 0.71 0.35 2.03 0.55 0.42
Hex A6 34 30 0 45 47 23 2 37 2A
Octal 246 64 60 0 105 107 43 2 67 52
Binary 10100110 110100 110000 0 1000101 1000111 100011 10 110111 101010

Color Harmonies of #A63430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63430

Black with #A63430

Text Example


Text Example

White with #A63430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63430; }

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

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

background-color css

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

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

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

border-color css

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

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

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