Html Css Color HEX #A34C0D Rust

📋 copy color: '#A34C0D'

red 163 ◦ green 76 ◦ blue 13

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

Shades of Rust #A34C0D

Tints of Rust #A34C0D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.16%

 BLUE value IS 13 (5.47% from 255) = 5.16%

R = 64.68%
G = 30.16%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#A34C0D (or 0xA34C0D) is known color: Rust. HEX triplet: A3, 4C and 0D. RGB value is (163,76,13). Sum of RGB (Red+Green+Blue) = 163+76+13=252 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.68% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 163 - color contains mainly: red. Hex color #A34C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34C0D is #5CB3F2. Grayscale: #5F5F5F. Windows color (decimal): -6075379 or 871587. OLE color: 871587.

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

Color convert

RGB 163 76 13 -
CMYK 0 0.53 0.92 0.36
HSL 25.2º 0.85% 0.35% -
HSV(B) 25.2º 0.92% 0.64% -
XYZ 17.76 12.98 1.95 -
YUV 94.83 81.82 176.62 -
System Red Green Blue C M Y K H S L
Decimal 163 76 13 0 0.53 0.92 0.36 25.2 0.85 0.35
Hex A3 4C D 0 35 5C 24 19 55 23
Octal 243 114 15 0 65 134 44 31 125 43
Binary 10100011 1001100 1101 0 110101 1011100 100100 11001 1010101 100011

Color Harmonies of #A34C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34C0D

Black with #A34C0D

Text Example


Text Example

White with #A34C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34C0D; }

 p { color: rgb(163,76,13); }

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

background-color css

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

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

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

border-color css

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

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

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