Html Css Color HEX #A83514 Rust

📋 copy color: '#A83514'

red 168 ◦ green 53 ◦ blue 20

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

Shades of Rust #A83514

Tints of Rust #A83514

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.99%

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

R = 69.71%
G = 21.99%
B = 8.3%

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

#A83514 (or 0xA83514) is known color: Rust. HEX triplet: A8, 35 and 14. RGB value is (168,53,20). Sum of RGB (Red+Green+Blue) = 168+53+20=241 (31% of max value = 765). Red value is 168 (66.02% from 255 or 69.71% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 168 - color contains mainly: red. Hex color #A83514 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83514 is #57CAEB. Grayscale: #535353. Windows color (decimal): -5753580 or 1324456. OLE color: 1324456.

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

Color convert

RGB 168 53 20 -
CMYK 0 0.68 0.88 0.34
HSL 13.38º 0.79% 0.37% -
HSV(B) 13.38º 0.88% 0.66% -
XYZ 17.55 10.92 1.85 -
YUV 83.62 92.1 188.18 -
System Red Green Blue C M Y K H S L
Decimal 168 53 20 0 0.68 0.88 0.34 13.38 0.79 0.37
Hex A8 35 14 0 44 58 22 D 4F 25
Octal 250 65 24 0 104 130 42 15 117 45
Binary 10101000 110101 10100 0 1000100 1011000 100010 1101 1001111 100101

Color Harmonies of #A83514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83514

Black with #A83514

Text Example


Text Example

White with #A83514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83514; }

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

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

background-color css

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

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

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

border-color css

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

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

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