Html Css Color HEX #A3390C Rust

📋 copy color: '#A3390C'

red 163 ◦ green 57 ◦ blue 12

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

Shades of Rust #A3390C

Tints of Rust #A3390C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.57%

 BLUE value IS 12 (5.08% from 255) = 5.17%

R = 70.26%
G = 24.57%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A3390C (or 0xA3390C) is known color: Rust. HEX triplet: A3, 39 and 0C. RGB value is (163,57,12). Sum of RGB (Red+Green+Blue) = 163+57+12=232 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.26% from 232); Green value is 57 (22.66% from 255 or 24.57% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 163 - color contains mainly: red. Hex color #A3390C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3390C is #5CC6F3. Grayscale: #535353. Windows color (decimal): -6080244 or 801187. OLE color: 801187.

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

Color convert

RGB 163 57 12 -
CMYK 0 0.65 0.93 0.36
HSL 17.88º 0.86% 0.34% -
HSV(B) 17.88º 0.93% 0.64% -
XYZ 16.63 10.74 1.54 -
YUV 83.56 87.62 184.66 -
System Red Green Blue C M Y K H S L
Decimal 163 57 12 0 0.65 0.93 0.36 17.88 0.86 0.34
Hex A3 39 C 0 41 5D 24 12 56 22
Octal 243 71 14 0 101 135 44 22 126 42
Binary 10100011 111001 1100 0 1000001 1011101 100100 10010 1010110 100010

Color Harmonies of #A3390C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3390C

Black with #A3390C

Text Example


Text Example

White with #A3390C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3390C; }

 p { color: rgb(163,57,12); }

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

background-color css

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

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

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

border-color css

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

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

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