Html Css Color HEX #A8360D Rust

📋 copy color: '#A8360D'

red 168 ◦ green 54 ◦ blue 13

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

Shades of Rust #A8360D

Tints of Rust #A8360D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.53%

R = 71.49%
G = 22.98%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A8360D (or 0xA8360D) is known color: Rust. HEX triplet: A8, 36 and 0D. RGB value is (168,54,13). Sum of RGB (Red+Green+Blue) = 168+54+13=235 (31% of max value = 765). Red value is 168 (66.02% from 255 or 71.49% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 13 (5.47% from 255 or 5.53% from 235); Max value from RGB is 168 - color contains mainly: red. Hex color #A8360D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8360D is #57C9F2. Grayscale: #535353. Windows color (decimal): -5753331 or 865960. OLE color: 865960.

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

Color convert

RGB 168 54 13 -
CMYK 0 0.68 0.92 0.34
HSL 15.87º 0.86% 0.35% -
HSV(B) 15.87º 0.92% 0.66% -
XYZ 17.54 10.99 1.58 -
YUV 83.41 88.27 188.33 -
System Red Green Blue C M Y K H S L
Decimal 168 54 13 0 0.68 0.92 0.34 15.87 0.86 0.35
Hex A8 36 D 0 44 5C 22 10 56 23
Octal 250 66 15 0 104 134 42 20 126 43
Binary 10101000 110110 1101 0 1000100 1011100 100010 10000 1010110 100011

Color Harmonies of #A8360D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8360D

Black with #A8360D

Text Example


Text Example

White with #A8360D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8360D; }

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

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

background-color css

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

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

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

border-color css

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

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

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