Html Css Color HEX #A34215 Rust

📋 copy color: '#A34215'

red 163 ◦ green 66 ◦ blue 21

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

Shades of Rust #A34215

Tints of Rust #A34215

RGB

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

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

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

R = 65.2%
G = 26.4%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A34215 (or 0xA34215) is known color: Rust. HEX triplet: A3, 42 and 15. RGB value is (163,66,21). Sum of RGB (Red+Green+Blue) = 163+66+21=250 (33% of max value = 765). Red value is 163 (64.06% from 255 or 65.2% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 163 - color contains mainly: red. Hex color #A34215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34215 is #5CBDEA. Grayscale: #5A5A5A. Windows color (decimal): -6077931 or 1393315. OLE color: 1393315.

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

Color convert

RGB 163 66 21 -
CMYK 0 0.60 0.87 0.36
HSL 19.01º 0.77% 0.36% -
HSV(B) 19.01º 0.87% 0.64% -
XYZ 17.19 11.74 2.07 -
YUV 89.87 89.14 180.16 -
System Red Green Blue C M Y K H S L
Decimal 163 66 21 0 0.60 0.87 0.36 19.01 0.77 0.36
Hex A3 42 15 0 3C 57 24 13 4D 24
Octal 243 102 25 0 74 127 44 23 115 44
Binary 10100011 1000010 10101 0 111100 1010111 100100 10011 1001101 100100

Color Harmonies of #A34215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34215

Black with #A34215

Text Example


Text Example

White with #A34215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34215; }

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

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

background-color css

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

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

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

border-color css

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

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

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