Html Css Color HEX #A83433 Milano Red

📋 copy color: '#A83433'

red 168 ◦ green 52 ◦ blue 51

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

Shades of Milano Red #A83433

Tints of Milano Red #A83433

RGB

 RED value IS 168 (66.02% from 255) = 61.99%

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

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

R = 61.99%
G = 19.19%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#A83433 (or 0xA83433) is known color: Milano Red. HEX triplet: A8, 34 and 33. RGB value is (168,52,51). Sum of RGB (Red+Green+Blue) = 168+52+51=271 (35% of max value = 765). Red value is 168 (66.02% from 255 or 61.99% from 271); Green value is 52 (20.70% from 255 or 19.19% from 271); Blue value is 51 (20.31% from 255 or 18.82% from 271); Max value from RGB is 168 - color contains mainly: red. Hex color #A83433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83433 is #57CBCC. Grayscale: #565656. Windows color (decimal): -5753805 or 3355816. OLE color: 3355816.

HSL color Cylindrical-coordinate representation of color #A83433: hue angle of 0.51º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A83433 is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 52 51 -
CMYK 0 0.69 0.70 0.34
HSL 0.51º 0.53% 0.43% -
HSV(B) 0.51º 0.7% 0.66% -
XYZ 17.97 11.02 4.31 -
YUV 86.57 107.93 186.08 -
System Red Green Blue C M Y K H S L
Decimal 168 52 51 0 0.69 0.70 0.34 0.51 0.53 0.43
Hex A8 34 33 0 45 46 22 1 35 2B
Octal 250 64 63 0 105 106 42 1 65 53
Binary 10101000 110100 110011 0 1000101 1000110 100010 1 110101 101011

Color Harmonies of #A83433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83433

Black with #A83433

Text Example


Text Example

White with #A83433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83433; }

 p { color: rgb(168,52,51); }

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

background-color css

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

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

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

border-color css

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

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

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