Html Css Color HEX #A33627 Milano Red

📋 copy color: '#A33627'

red 163 ◦ green 54 ◦ blue 39

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

Shades of Milano Red #A33627

Tints of Milano Red #A33627

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.23%

R = 63.67%
G = 21.09%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A33627 (or 0xA33627) is known color: Milano Red. HEX triplet: A3, 36 and 27. RGB value is (163,54,39). Sum of RGB (Red+Green+Blue) = 163+54+39=256 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.67% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 39 (15.62% from 255 or 15.23% from 256); Max value from RGB is 163 - color contains mainly: red. Hex color #A33627 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33627 is #5CC9D8. Grayscale: #555555. Windows color (decimal): -6080985 or 2569891. OLE color: 2569891.

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

Color convert

RGB 163 54 39 -
CMYK 0 0.67 0.76 0.36
HSL 7.26º 0.61% 0.4% -
HSV(B) 7.26º 0.76% 0.64% -
XYZ 16.79 10.57 3.08 -
YUV 84.88 102.11 183.72 -
System Red Green Blue C M Y K H S L
Decimal 163 54 39 0 0.67 0.76 0.36 7.26 0.61 0.4
Hex A3 36 27 0 43 4C 24 7 3D 28
Octal 243 66 47 0 103 114 44 7 75 50
Binary 10100011 110110 100111 0 1000011 1001100 100100 111 111101 101000

Color Harmonies of #A33627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33627

Black with #A33627

Text Example


Text Example

White with #A33627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33627; }

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

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

background-color css

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

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

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

border-color css

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

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

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