Html Css Color HEX #A43333 Milano Red

📋 copy color: '#A43333'

red 164 ◦ green 51 ◦ blue 51

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

Shades of Milano Red #A43333

Tints of Milano Red #A43333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.17%

R = 61.65%
G = 19.17%
B = 19.17%

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

#A43333 (or 0xA43333) is known color: Milano Red. HEX triplet: A4, 33 and 33. RGB value is (164,51,51). Sum of RGB (Red+Green+Blue) = 164+51+51=266 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.65% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 51 (20.31% from 255 or 19.17% from 266); Max value from RGB is 164 - color contains mainly: red. Hex color #A43333 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43333 is #5BCCCC. Grayscale: #545454. Windows color (decimal): -6016205 or 3355556. OLE color: 3355556.

HSL color Cylindrical-coordinate representation of color #A43333: hue angle of 0º 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 #A43333 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 51 51 -
CMYK 0 0.69 0.69 0.36
HSL 0.53% 0.42% -
HSV(B) 0.69% 0.64% -
XYZ 17.09 10.5 4.26 -
YUV 84.79 108.94 184.5 -
System Red Green Blue C M Y K H S L
Decimal 164 51 51 0 0.69 0.69 0.36 0 0.53 0.42
Hex A4 33 33 0 45 45 24 0 35 2A
Octal 244 63 63 0 105 105 44 0 65 52
Binary 10100100 110011 110011 0 1000101 1000101 100100 0 110101 101010

Color Harmonies of #A43333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43333

Black with #A43333

Text Example


Text Example

White with #A43333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43333; }

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

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

background-color css

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

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

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

border-color css

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

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

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