Html Css Color HEX #A83518 Rust

📋 copy color: '#A83518'

red 168 ◦ green 53 ◦ blue 24

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

Shades of Rust #A83518

Tints of Rust #A83518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.8%

R = 68.57%
G = 21.63%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A83518 (or 0xA83518) is known color: Rust. HEX triplet: A8, 35 and 18. RGB value is (168,53,24). Sum of RGB (Red+Green+Blue) = 168+53+24=245 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.57% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 168 - color contains mainly: red. Hex color #A83518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83518 is #57CAE7. Grayscale: #545454. Windows color (decimal): -5753576 or 1586600. OLE color: 1586600.

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

Color convert

RGB 168 53 24 -
CMYK 0 0.68 0.86 0.34
HSL 12.08º 0.75% 0.38% -
HSV(B) 12.08º 0.86% 0.66% -
XYZ 17.59 10.94 2.05 -
YUV 84.08 94.1 187.86 -
System Red Green Blue C M Y K H S L
Decimal 168 53 24 0 0.68 0.86 0.34 12.08 0.75 0.38
Hex A8 35 18 0 44 56 22 C 4B 26
Octal 250 65 30 0 104 126 42 14 113 46
Binary 10101000 110101 11000 0 1000100 1010110 100010 1100 1001011 100110

Color Harmonies of #A83518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83518

Black with #A83518

Text Example


Text Example

White with #A83518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83518; }

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

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

background-color css

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

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

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

border-color css

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

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

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