Html Css Color HEX #A33431 Milano Red

📋 copy color: '#A33431'

red 163 ◦ green 52 ◦ blue 49

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

Shades of Milano Red #A33431

Tints of Milano Red #A33431

RGB

 RED value IS 163 (64.06% from 255) = 61.74%

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

 BLUE value IS 49 (19.53% from 255) = 18.56%

R = 61.74%
G = 19.7%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A33431 (or 0xA33431) is known color: Milano Red. HEX triplet: A3, 34 and 31. RGB value is (163,52,49). Sum of RGB (Red+Green+Blue) = 163+52+49=264 (34% of max value = 765). Red value is 163 (64.06% from 255 or 61.74% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 163 - color contains mainly: red. Hex color #A33431 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33431 is #5CCBCE. Grayscale: #545454. Windows color (decimal): -6081487 or 3224739. OLE color: 3224739.

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

Color convert

RGB 163 52 49 -
CMYK 0 0.68 0.70 0.36
HSL 1.58º 0.54% 0.42% -
HSV(B) 1.58º 0.7% 0.64% -
XYZ 16.89 10.46 4.04 -
YUV 84.85 107.77 183.74 -
System Red Green Blue C M Y K H S L
Decimal 163 52 49 0 0.68 0.70 0.36 1.58 0.54 0.42
Hex A3 34 31 0 44 46 24 2 36 2A
Octal 243 64 61 0 104 106 44 2 66 52
Binary 10100011 110100 110001 0 1000100 1000110 100100 10 110110 101010

Color Harmonies of #A33431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33431

Black with #A33431

Text Example


Text Example

White with #A33431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33431; }

 p { color: rgb(163,52,49); }

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

background-color css

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

 a { background-color: rgb(163,52,49); }

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

border-color css

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

 span { border-color: rgb(163,52,49); }

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