Html Css Color HEX #A34415 Rust

📋 copy color: '#A34415'

red 163 ◦ green 68 ◦ blue 21

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

Shades of Rust #A34415

Tints of Rust #A34415

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.98%

 BLUE value IS 21 (8.59% from 255) = 8.33%

R = 64.68%
G = 26.98%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A34415 (or 0xA34415) is known color: Rust. HEX triplet: A3, 44 and 15. RGB value is (163,68,21). Sum of RGB (Red+Green+Blue) = 163+68+21=252 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.68% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 163 - color contains mainly: red. Hex color #A34415 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34415 is #5CBBEA. Grayscale: #5B5B5B. Windows color (decimal): -6077419 or 1393827. OLE color: 1393827.

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

Color convert

RGB 163 68 21 -
CMYK 0 0.58 0.87 0.36
HSL 19.86º 0.77% 0.36% -
HSV(B) 19.86º 0.87% 0.64% -
XYZ 17.31 11.97 2.11 -
YUV 91.05 88.47 179.32 -
System Red Green Blue C M Y K H S L
Decimal 163 68 21 0 0.58 0.87 0.36 19.86 0.77 0.36
Hex A3 44 15 0 3A 57 24 14 4D 24
Octal 243 104 25 0 72 127 44 24 115 44
Binary 10100011 1000100 10101 0 111010 1010111 100100 10100 1001101 100100

Color Harmonies of #A34415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34415

Black with #A34415

Text Example


Text Example

White with #A34415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34415; }

 p { color: rgb(163,68,21); }

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

background-color css

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

 a { background-color: rgb(163,68,21); }

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

border-color css

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

 span { border-color: rgb(163,68,21); }

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