Html Css Color HEX #A34212 Rust

📋 copy color: '#A34212'

red 163 ◦ green 66 ◦ blue 18

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

Shades of Rust #A34212

Tints of Rust #A34212

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.72%

 BLUE value IS 18 (7.42% from 255) = 7.29%

R = 65.99%
G = 26.72%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A34212 (or 0xA34212) is known color: Rust. HEX triplet: A3, 42 and 12. RGB value is (163,66,18). Sum of RGB (Red+Green+Blue) = 163+66+18=247 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.99% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 163 - color contains mainly: red. Hex color #A34212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34212 is #5CBDED. Grayscale: #595959. Windows color (decimal): -6077934 or 1196707. OLE color: 1196707.

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

Color convert

RGB 163 66 18 -
CMYK 0 0.60 0.89 0.36
HSL 19.86º 0.8% 0.35% -
HSV(B) 19.86º 0.89% 0.64% -
XYZ 17.16 11.73 1.93 -
YUV 89.53 87.64 180.4 -
System Red Green Blue C M Y K H S L
Decimal 163 66 18 0 0.60 0.89 0.36 19.86 0.8 0.35
Hex A3 42 12 0 3C 59 24 14 50 23
Octal 243 102 22 0 74 131 44 24 120 43
Binary 10100011 1000010 10010 0 111100 1011001 100100 10100 1010000 100011

Color Harmonies of #A34212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34212

Black with #A34212

Text Example


Text Example

White with #A34212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34212; }

 p { color: rgb(163,66,18); }

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

background-color css

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

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

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

border-color css

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

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

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