Html Css Color HEX #A3450C Rust

📋 copy color: '#A3450C'

red 163 ◦ green 69 ◦ blue 12

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

Shades of Rust #A3450C

Tints of Rust #A3450C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.28%

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

R = 66.8%
G = 28.28%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A3450C (or 0xA3450C) is known color: Rust. HEX triplet: A3, 45 and 0C. RGB value is (163,69,12). Sum of RGB (Red+Green+Blue) = 163+69+12=244 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.80% from 244); Green value is 69 (27.34% from 255 or 28.28% from 244); Blue value is 12 (5.08% from 255 or 4.92% from 244); Max value from RGB is 163 - color contains mainly: red. Hex color #A3450C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3450C is #5CBAF3. Grayscale: #5A5A5A. Windows color (decimal): -6077172 or 804259. OLE color: 804259.

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

Color convert

RGB 163 69 12 -
CMYK 0 0.58 0.93 0.36
HSL 22.65º 0.86% 0.34% -
HSV(B) 22.65º 0.93% 0.64% -
XYZ 17.3 12.07 1.77 -
YUV 90.61 83.64 179.63 -
System Red Green Blue C M Y K H S L
Decimal 163 69 12 0 0.58 0.93 0.36 22.65 0.86 0.34
Hex A3 45 C 0 3A 5D 24 17 56 22
Octal 243 105 14 0 72 135 44 27 126 42
Binary 10100011 1000101 1100 0 111010 1011101 100100 10111 1010110 100010

Color Harmonies of #A3450C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3450C

Black with #A3450C

Text Example


Text Example

White with #A3450C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3450C; }

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

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

background-color css

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

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

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

border-color css

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

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

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