Html Css Color HEX #A33332 Milano Red

📋 copy color: '#A33332'

red 163 ◦ green 51 ◦ blue 50

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

Shades of Milano Red #A33332

Tints of Milano Red #A33332

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.32%

 BLUE value IS 50 (19.92% from 255) = 18.94%

R = 61.74%
G = 19.32%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A33332 (or 0xA33332) is known color: Milano Red. HEX triplet: A3, 33 and 32. RGB value is (163,51,50). Sum of RGB (Red+Green+Blue) = 163+51+50=264 (34% of max value = 765). Red value is 163 (64.06% from 255 or 61.74% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 50 (19.92% from 255 or 18.94% from 264); Max value from RGB is 163 - color contains mainly: red. Hex color #A33332 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33332 is #5CCCCD. Grayscale: #545454. Windows color (decimal): -6081742 or 3290019. OLE color: 3290019.

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

Color convert

RGB 163 51 50 -
CMYK 0 0.69 0.69 0.36
HSL 0.53º 0.53% 0.42% -
HSV(B) 0.53º 0.69% 0.64% -
XYZ 16.86 10.38 4.13 -
YUV 84.37 108.61 184.08 -
System Red Green Blue C M Y K H S L
Decimal 163 51 50 0 0.69 0.69 0.36 0.53 0.53 0.42
Hex A3 33 32 0 45 45 24 1 35 2A
Octal 243 63 62 0 105 105 44 1 65 52
Binary 10100011 110011 110010 0 1000101 1000101 100100 1 110101 101010

Color Harmonies of #A33332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33332

Black with #A33332

Text Example


Text Example

White with #A33332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33332; }

 p { color: rgb(163,51,50); }

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

background-color css

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

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

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

border-color css

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

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

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