Html Css Color HEX #A83914 Rust

📋 copy color: '#A83914'

red 168 ◦ green 57 ◦ blue 20

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

Shades of Rust #A83914

Tints of Rust #A83914

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.27%

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

R = 68.57%
G = 23.27%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A83914 (or 0xA83914) is known color: Rust. HEX triplet: A8, 39 and 14. RGB value is (168,57,20). Sum of RGB (Red+Green+Blue) = 168+57+20=245 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.57% from 245); Green value is 57 (22.66% from 255 or 23.27% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 168 - color contains mainly: red. Hex color #A83914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83914 is #57C6EB. Grayscale: #565656. Windows color (decimal): -5752556 or 1325480. OLE color: 1325480.

HSL color Cylindrical-coordinate representation of color #A83914: hue angle of 15º 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 #A83914 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 57 20 -
CMYK 0 0.66 0.88 0.34
HSL 15º 0.79% 0.37% -
HSV(B) 15º 0.88% 0.66% -
XYZ 17.74 11.3 1.91 -
YUV 85.97 90.77 186.51 -
System Red Green Blue C M Y K H S L
Decimal 168 57 20 0 0.66 0.88 0.34 15 0.79 0.37
Hex A8 39 14 0 42 58 22 F 4F 25
Octal 250 71 24 0 102 130 42 17 117 45
Binary 10101000 111001 10100 0 1000010 1011000 100010 1111 1001111 100101

Color Harmonies of #A83914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83914

Black with #A83914

Text Example


Text Example

White with #A83914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83914; }

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

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

background-color css

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

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

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

border-color css

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

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

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