Html Css Color HEX #A5382B Milano Red

📋 copy color: '#A5382B'

red 165 ◦ green 56 ◦ blue 43

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

Shades of Milano Red #A5382B

Tints of Milano Red #A5382B

RGB

 RED value IS 165 (64.84% from 255) = 62.5%

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

 BLUE value IS 43 (17.19% from 255) = 16.29%

R = 62.5%
G = 21.21%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A5382B (or 0xA5382B) is known color: Milano Red. HEX triplet: A5, 38 and 2B. RGB value is (165,56,43). Sum of RGB (Red+Green+Blue) = 165+56+43=264 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.5% from 264); Green value is 56 (22.27% from 255 or 21.21% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 165 - color contains mainly: red. Hex color #A5382B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5382B is #5AC7D4. Grayscale: #575757. Windows color (decimal): -5949397 or 2832549. OLE color: 2832549.

HSL color Cylindrical-coordinate representation of color #A5382B: hue angle of 6.39º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A5382B is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 56 43 -
CMYK 0 0.66 0.74 0.35
HSL 6.39º 0.59% 0.41% -
HSV(B) 6.39º 0.74% 0.65% -
XYZ 17.37 11 3.49 -
YUV 87.11 103.11 183.56 -
System Red Green Blue C M Y K H S L
Decimal 165 56 43 0 0.66 0.74 0.35 6.39 0.59 0.41
Hex A5 38 2B 0 42 4A 23 6 3B 29
Octal 245 70 53 0 102 112 43 6 73 51
Binary 10100101 111000 101011 0 1000010 1001010 100011 110 111011 101001

Color Harmonies of #A5382B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5382B

Black with #A5382B

Text Example


Text Example

White with #A5382B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5382B; }

 p { color: rgb(165,56,43); }

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

background-color css

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

 a { background-color: rgb(165,56,43); }

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

border-color css

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

 span { border-color: rgb(165,56,43); }

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