Html Css Color HEX #A33628 Milano Red

📋 copy color: '#A33628'

red 163 ◦ green 54 ◦ blue 40

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

Shades of Milano Red #A33628

Tints of Milano Red #A33628

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.01%

 BLUE value IS 40 (16.02% from 255) = 15.56%

R = 63.42%
G = 21.01%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A33628 (or 0xA33628) is known color: Milano Red. HEX triplet: A3, 36 and 28. RGB value is (163,54,40). Sum of RGB (Red+Green+Blue) = 163+54+40=257 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.42% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 40 (16.02% from 255 or 15.56% from 257); Max value from RGB is 163 - color contains mainly: red. Hex color #A33628 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33628 is #5CC9D7. Grayscale: #555555. Windows color (decimal): -6080984 or 2635427. OLE color: 2635427.

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

Color convert

RGB 163 54 40 -
CMYK 0 0.67 0.75 0.36
HSL 6.83º 0.61% 0.4% -
HSV(B) 6.83º 0.75% 0.64% -
XYZ 16.81 10.58 3.16 -
YUV 85 102.61 183.64 -
System Red Green Blue C M Y K H S L
Decimal 163 54 40 0 0.67 0.75 0.36 6.83 0.61 0.4
Hex A3 36 28 0 43 4B 24 7 3D 28
Octal 243 66 50 0 103 113 44 7 75 50
Binary 10100011 110110 101000 0 1000011 1001011 100100 111 111101 101000

Color Harmonies of #A33628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33628

Black with #A33628

Text Example


Text Example

White with #A33628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33628; }

 p { color: rgb(163,54,40); }

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

background-color css

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

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

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

border-color css

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

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

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