Html Css Color HEX #A43332 Milano Red

📋 copy color: '#A43332'

red 164 ◦ green 51 ◦ blue 50

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

Shades of Milano Red #A43332

Tints of Milano Red #A43332

RGB

 RED value IS 164 (64.45% from 255) = 61.89%

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

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

R = 61.89%
G = 19.25%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A43332 (or 0xA43332) is known color: Milano Red. HEX triplet: A4, 33 and 32. RGB value is (164,51,50). Sum of RGB (Red+Green+Blue) = 164+51+50=265 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.89% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 50 (19.92% from 255 or 18.87% from 265); Max value from RGB is 164 - color contains mainly: red. Hex color #A43332 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43332 is #5BCCCD. Grayscale: #545454. Windows color (decimal): -6016206 or 3290020. OLE color: 3290020.

HSL color Cylindrical-coordinate representation of color #A43332: 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.7%. Process color model (Four color, CMYK) of #A43332 is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 51 50 -
CMYK 0 0.69 0.70 0.36
HSL 0.53º 0.53% 0.42% -
HSV(B) 0.53º 0.7% 0.64% -
XYZ 17.07 10.49 4.14 -
YUV 84.67 108.44 184.58 -
System Red Green Blue C M Y K H S L
Decimal 164 51 50 0 0.69 0.70 0.36 0.53 0.53 0.42
Hex A4 33 32 0 45 46 24 1 35 2A
Octal 244 63 62 0 105 106 44 1 65 52
Binary 10100100 110011 110010 0 1000101 1000110 100100 1 110101 101010

Color Harmonies of #A43332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43332

Black with #A43332

Text Example


Text Example

White with #A43332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43332; }

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

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

background-color css

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

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

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

border-color css

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

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

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