Html Css Color HEX #A34307 Rust

📋 copy color: '#A34307'

red 163 ◦ green 67 ◦ blue 7

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

Shades of Rust #A34307

Tints of Rust #A34307

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.27%

 BLUE value IS 7 (3.13% from 255) = 2.95%

R = 68.78%
G = 28.27%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A34307 (or 0xA34307) is known color: Rust. HEX triplet: A3, 43 and 07. RGB value is (163,67,7). Sum of RGB (Red+Green+Blue) = 163+67+7=237 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.78% from 237); Green value is 67 (26.56% from 255 or 28.27% from 237); Blue value is 7 (3.12% from 255 or 2.95% from 237); Max value from RGB is 163 - color contains mainly: red. Hex color #A34307 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34307 is #5CBCF8. Grayscale: #595959. Windows color (decimal): -6077689 or 476067. OLE color: 476067.

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

Color convert

RGB 163 67 7 -
CMYK 0 0.59 0.96 0.36
HSL 23.08º 0.92% 0.33% -
HSV(B) 23.08º 0.96% 0.64% -
XYZ 17.15 11.82 1.58 -
YUV 88.86 81.8 180.88 -
System Red Green Blue C M Y K H S L
Decimal 163 67 7 0 0.59 0.96 0.36 23.08 0.92 0.33
Hex A3 43 7 0 3B 60 24 17 5C 21
Octal 243 103 7 0 73 140 44 27 134 41
Binary 10100011 1000011 111 0 111011 1100000 100100 10111 1011100 100001

Color Harmonies of #A34307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34307

Black with #A34307

Text Example


Text Example

White with #A34307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34307; }

 p { color: rgb(163,67,7); }

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

background-color css

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

 a { background-color: rgb(163,67,7); }

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

border-color css

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

 span { border-color: rgb(163,67,7); }

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