Html Css Color HEX #A83C0C Rust

📋 copy color: '#A83C0C'

red 168 ◦ green 60 ◦ blue 12

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

Shades of Rust #A83C0C

Tints of Rust #A83C0C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25%

 BLUE value IS 12 (5.08% from 255) = 5%

R = 70%
G = 25%
B = 5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A83C0C (or 0xA83C0C) is known color: Rust. HEX triplet: A8, 3C and 0C. RGB value is (168,60,12). Sum of RGB (Red+Green+Blue) = 168+60+12=240 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70% from 240); Green value is 60 (23.83% from 255 or 25% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 168 - color contains mainly: red. Hex color #A83C0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83C0C is #57C3F3. Grayscale: #575757. Windows color (decimal): -5751796 or 801960. OLE color: 801960.

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

Color convert

RGB 168 60 12 -
CMYK 0 0.64 0.93 0.34
HSL 18.46º 0.87% 0.35% -
HSV(B) 18.46º 0.93% 0.66% -
XYZ 17.83 11.58 1.64 -
YUV 86.82 85.78 185.9 -
System Red Green Blue C M Y K H S L
Decimal 168 60 12 0 0.64 0.93 0.34 18.46 0.87 0.35
Hex A8 3C C 0 40 5D 22 12 57 23
Octal 250 74 14 0 100 135 42 22 127 43
Binary 10101000 111100 1100 0 1000000 1011101 100010 10010 1010111 100011

Color Harmonies of #A83C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83C0C

Black with #A83C0C

Text Example


Text Example

White with #A83C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83C0C; }

 p { color: rgb(168,60,12); }

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

background-color css

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

 a { background-color: rgb(168,60,12); }

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

border-color css

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

 span { border-color: rgb(168,60,12); }

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