Html Css Color HEX #A34408 Rust

📋 copy color: '#A34408'

red 163 ◦ green 68 ◦ blue 8

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

Shades of Rust #A34408

Tints of Rust #A34408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.35%

R = 68.2%
G = 28.45%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A34408 (or 0xA34408) is known color: Rust. HEX triplet: A3, 44 and 08. RGB value is (163,68,8). Sum of RGB (Red+Green+Blue) = 163+68+8=239 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.20% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 8 (3.52% from 255 or 3.35% from 239); Max value from RGB is 163 - color contains mainly: red. Hex color #A34408 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34408 is #5CBBF7. Grayscale: #595959. Windows color (decimal): -6077432 or 541859. OLE color: 541859.

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

Color convert

RGB 163 68 8 -
CMYK 0 0.58 0.95 0.36
HSL 23.23º 0.91% 0.34% -
HSV(B) 23.23º 0.95% 0.64% -
XYZ 17.22 11.94 1.63 -
YUV 89.57 81.97 180.38 -
System Red Green Blue C M Y K H S L
Decimal 163 68 8 0 0.58 0.95 0.36 23.23 0.91 0.34
Hex A3 44 8 0 3A 5F 24 17 5B 22
Octal 243 104 10 0 72 137 44 27 133 42
Binary 10100011 1000100 1000 0 111010 1011111 100100 10111 1011011 100010

Color Harmonies of #A34408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34408

Black with #A34408

Text Example


Text Example

White with #A34408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34408; }

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

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

background-color css

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

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

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

border-color css

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

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

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