Html Css Color HEX #A34613 Rust

📋 copy color: '#A34613'

red 163 ◦ green 70 ◦ blue 19

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

Shades of Rust #A34613

Tints of Rust #A34613

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.78%

 BLUE value IS 19 (7.81% from 255) = 7.54%

R = 64.68%
G = 27.78%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A34613 (or 0xA34613) is known color: Rust. HEX triplet: A3, 46 and 13. RGB value is (163,70,19). Sum of RGB (Red+Green+Blue) = 163+70+19=252 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.68% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 163 - color contains mainly: red. Hex color #A34613 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34613 is #5CB9EC. Grayscale: #5C5C5C. Windows color (decimal): -6076909 or 1263267. OLE color: 1263267.

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

Color convert

RGB 163 70 19 -
CMYK 0 0.57 0.88 0.36
HSL 21.25º 0.79% 0.36% -
HSV(B) 21.25º 0.88% 0.64% -
XYZ 17.41 12.21 2.06 -
YUV 91.99 86.81 178.65 -
System Red Green Blue C M Y K H S L
Decimal 163 70 19 0 0.57 0.88 0.36 21.25 0.79 0.36
Hex A3 46 13 0 39 58 24 15 4F 24
Octal 243 106 23 0 71 130 44 25 117 44
Binary 10100011 1000110 10011 0 111001 1011000 100100 10101 1001111 100100

Color Harmonies of #A34613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34613

Black with #A34613

Text Example


Text Example

White with #A34613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34613; }

 p { color: rgb(163,70,19); }

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

background-color css

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

 a { background-color: rgb(163,70,19); }

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

border-color css

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

 span { border-color: rgb(163,70,19); }

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