Html Css Color HEX #A33735 Milano Red

📋 copy color: '#A33735'

red 163 ◦ green 55 ◦ blue 53

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

Shades of Milano Red #A33735

Tints of Milano Red #A33735

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.3%

 BLUE value IS 53 (21.09% from 255) = 19.56%

R = 60.15%
G = 20.3%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A33735 (or 0xA33735) is known color: Milano Red. HEX triplet: A3, 37 and 35. RGB value is (163,55,53). Sum of RGB (Red+Green+Blue) = 163+55+53=271 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.15% from 271); Green value is 55 (21.88% from 255 or 20.30% from 271); Blue value is 53 (21.09% from 255 or 19.56% from 271); Max value from RGB is 163 - color contains mainly: red. Hex color #A33735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33735 is #5CC8CA. Grayscale: #575757. Windows color (decimal): -6080715 or 3487651. OLE color: 3487651.

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

Color convert

RGB 163 55 53 -
CMYK 0 0.66 0.67 0.36
HSL 1.09º 0.51% 0.42% -
HSV(B) 1.09º 0.67% 0.64% -
XYZ 17.11 10.78 4.55 -
YUV 87.06 108.78 182.16 -
System Red Green Blue C M Y K H S L
Decimal 163 55 53 0 0.66 0.67 0.36 1.09 0.51 0.42
Hex A3 37 35 0 42 43 24 1 33 2A
Octal 243 67 65 0 102 103 44 1 63 52
Binary 10100011 110111 110101 0 1000010 1000011 100100 1 110011 101010

Color Harmonies of #A33735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33735

Black with #A33735

Text Example


Text Example

White with #A33735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33735; }

 p { color: rgb(163,55,53); }

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

background-color css

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

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

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

border-color css

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

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

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