Html Css Color HEX #A33030 Milano Red

📋 copy color: '#A33030'

red 163 ◦ green 48 ◦ blue 48

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

Shades of Milano Red #A33030

Tints of Milano Red #A33030

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.53%

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

R = 62.93%
G = 18.53%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A33030 (or 0xA33030) is known color: Milano Red. HEX triplet: A3, 30 and 30. RGB value is (163,48,48). Sum of RGB (Red+Green+Blue) = 163+48+48=259 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.93% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 48 (19.14% from 255 or 18.53% from 259); Max value from RGB is 163 - color contains mainly: red. Hex color #A33030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33030 is #5CCFCF. Grayscale: #525252. Windows color (decimal): -6082512 or 3158179. OLE color: 3158179.

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

Color convert

RGB 163 48 48 -
CMYK 0 0.71 0.71 0.36
HSL 0.55% 0.41% -
HSV(B) 0.71% 0.64% -
XYZ 16.69 10.11 3.87 -
YUV 82.39 108.6 185.5 -
System Red Green Blue C M Y K H S L
Decimal 163 48 48 0 0.71 0.71 0.36 0 0.55 0.41
Hex A3 30 30 0 47 47 24 0 37 29
Octal 243 60 60 0 107 107 44 0 67 51
Binary 10100011 110000 110000 0 1000111 1000111 100100 0 110111 101001

Color Harmonies of #A33030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33030

Black with #A33030

Text Example


Text Example

White with #A33030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33030; }

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

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

background-color css

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

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

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

border-color css

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

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

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