Html Css Color HEX #A33434 Milano Red

📋 copy color: '#A33434'

red 163 ◦ green 52 ◦ blue 52

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

Shades of Milano Red #A33434

Tints of Milano Red #A33434

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.48%

 BLUE value IS 52 (20.7% from 255) = 19.48%

R = 61.05%
G = 19.48%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A33434 (or 0xA33434) is known color: Milano Red. HEX triplet: A3, 34 and 34. RGB value is (163,52,52). Sum of RGB (Red+Green+Blue) = 163+52+52=267 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.05% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 52 (20.70% from 255 or 19.48% from 267); Max value from RGB is 163 - color contains mainly: red. Hex color #A33434 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33434 is #5CCBCB. Grayscale: #555555. Windows color (decimal): -6081484 or 3421347. OLE color: 3421347.

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

Color convert

RGB 163 52 52 -
CMYK 0 0.68 0.68 0.36
HSL 0.52% 0.42% -
HSV(B) 0.68% 0.64% -
XYZ 16.95 10.49 4.38 -
YUV 85.19 109.27 183.5 -
System Red Green Blue C M Y K H S L
Decimal 163 52 52 0 0.68 0.68 0.36 0 0.52 0.42
Hex A3 34 34 0 44 44 24 0 34 2A
Octal 243 64 64 0 104 104 44 0 64 52
Binary 10100011 110100 110100 0 1000100 1000100 100100 0 110100 101010

Color Harmonies of #A33434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33434

Black with #A33434

Text Example


Text Example

White with #A33434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33434; }

 p { color: rgb(163,52,52); }

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

background-color css

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

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

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

border-color css

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

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

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