Html Css Color HEX #A83F0D Rust

📋 copy color: '#A83F0D'

red 168 ◦ green 63 ◦ blue 13

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

Shades of Rust #A83F0D

Tints of Rust #A83F0D

RGB

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

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

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

R = 68.85%
G = 25.82%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A83F0D (or 0xA83F0D) is known color: Rust. HEX triplet: A8, 3F and 0D. RGB value is (168,63,13). Sum of RGB (Red+Green+Blue) = 168+63+13=244 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.85% from 244); Green value is 63 (25% from 255 or 25.82% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 168 - color contains mainly: red. Hex color #A83F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83F0D is #57C0F2. Grayscale: #595959. Windows color (decimal): -5751027 or 868264. OLE color: 868264.

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

Color convert

RGB 168 63 13 -
CMYK 0 0.63 0.92 0.34
HSL 19.35º 0.86% 0.35% -
HSV(B) 19.35º 0.92% 0.66% -
XYZ 18 11.91 1.73 -
YUV 88.7 85.29 184.57 -
System Red Green Blue C M Y K H S L
Decimal 168 63 13 0 0.63 0.92 0.34 19.35 0.86 0.35
Hex A8 3F D 0 3F 5C 22 13 56 23
Octal 250 77 15 0 77 134 42 23 126 43
Binary 10101000 111111 1101 0 111111 1011100 100010 10011 1010110 100011

Color Harmonies of #A83F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83F0D

Black with #A83F0D

Text Example


Text Example

White with #A83F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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