Html Css Color HEX #A83F14 Rust

📋 copy color: '#A83F14'

red 168 ◦ green 63 ◦ blue 20

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

Shades of Rust #A83F14

Tints of Rust #A83F14

RGB

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

 GREEN value IS 63 (25% from 255) = 25.1%

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

R = 66.93%
G = 25.1%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A83F14 (or 0xA83F14) is known color: Rust. HEX triplet: A8, 3F and 14. RGB value is (168,63,20). Sum of RGB (Red+Green+Blue) = 168+63+20=251 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.93% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 168 - color contains mainly: red. Hex color #A83F14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83F14 is #57C0EB. Grayscale: #595959. Windows color (decimal): -5751020 or 1327016. OLE color: 1327016.

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

Color convert

RGB 168 63 20 -
CMYK 0 0.63 0.88 0.34
HSL 17.43º 0.79% 0.37% -
HSV(B) 17.43º 0.88% 0.66% -
XYZ 18.05 11.93 2.01 -
YUV 89.49 88.79 184 -
System Red Green Blue C M Y K H S L
Decimal 168 63 20 0 0.63 0.88 0.34 17.43 0.79 0.37
Hex A8 3F 14 0 3F 58 22 11 4F 25
Octal 250 77 24 0 77 130 42 21 117 45
Binary 10101000 111111 10100 0 111111 1011000 100010 10001 1001111 100101

Color Harmonies of #A83F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83F14

Black with #A83F14

Text Example


Text Example

White with #A83F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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