Html Css Color HEX #A33130 Milano Red

📋 copy color: '#A33130'

red 163 ◦ green 49 ◦ blue 48

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

Shades of Milano Red #A33130

Tints of Milano Red #A33130

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.85%

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

R = 62.69%
G = 18.85%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A33130 (or 0xA33130) is known color: Milano Red. HEX triplet: A3, 31 and 30. RGB value is (163,49,48). Sum of RGB (Red+Green+Blue) = 163+49+48=260 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.69% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 48 (19.14% from 255 or 18.46% from 260); Max value from RGB is 163 - color contains mainly: red. Hex color #A33130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33130 is #5CCECF. Grayscale: #535353. Windows color (decimal): -6082256 or 3158435. OLE color: 3158435.

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

Color convert

RGB 163 49 48 -
CMYK 0 0.70 0.71 0.36
HSL 0.52º 0.55% 0.41% -
HSV(B) 0.52º 0.71% 0.64% -
XYZ 16.74 10.2 3.88 -
YUV 82.97 108.27 185.08 -
System Red Green Blue C M Y K H S L
Decimal 163 49 48 0 0.70 0.71 0.36 0.52 0.55 0.41
Hex A3 31 30 0 46 47 24 1 37 29
Octal 243 61 60 0 106 107 44 1 67 51
Binary 10100011 110001 110000 0 1000110 1000111 100100 1 110111 101001

Color Harmonies of #A33130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33130

Black with #A33130

Text Example


Text Example

White with #A33130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33130; }

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

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

background-color css

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

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

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

border-color css

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

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

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