Html Css Color HEX #A83614 Rust

📋 copy color: '#A83614'

red 168 ◦ green 54 ◦ blue 20

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

Shades of Rust #A83614

Tints of Rust #A83614

RGB

 RED value IS 168 (66.02% from 255) = 69.42%

 GREEN value IS 54 (21.48% from 255) = 22.31%

 BLUE value IS 20 (8.2% from 255) = 8.26%

R = 69.42%
G = 22.31%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A83614 (or 0xA83614) is known color: Rust. HEX triplet: A8, 36 and 14. RGB value is (168,54,20). Sum of RGB (Red+Green+Blue) = 168+54+20=242 (32% of max value = 765). Red value is 168 (66.02% from 255 or 69.42% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 168 - color contains mainly: red. Hex color #A83614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83614 is #57C9EB. Grayscale: #545454. Windows color (decimal): -5753324 or 1324712. OLE color: 1324712.

HSL color Cylindrical-coordinate representation of color #A83614: hue angle of 13.78º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A83614 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 54 20 -
CMYK 0 0.68 0.88 0.34
HSL 13.78º 0.79% 0.37% -
HSV(B) 13.78º 0.88% 0.66% -
XYZ 17.59 11.01 1.86 -
YUV 84.21 91.77 187.76 -
System Red Green Blue C M Y K H S L
Decimal 168 54 20 0 0.68 0.88 0.34 13.78 0.79 0.37
Hex A8 36 14 0 44 58 22 E 4F 25
Octal 250 66 24 0 104 130 42 16 117 45
Binary 10101000 110110 10100 0 1000100 1011000 100010 1110 1001111 100101

Color Harmonies of #A83614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83614

Black with #A83614

Text Example


Text Example

White with #A83614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83614; }

 p { color: rgb(168,54,20); }

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

background-color css

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

 a { background-color: rgb(168,54,20); }

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

border-color css

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

 span { border-color: rgb(168,54,20); }

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