Html Css Color HEX #A83C0F Rust

📋 copy color: '#A83C0F'

red 168 ◦ green 60 ◦ blue 15

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

Shades of Rust #A83C0F

Tints of Rust #A83C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.17%

R = 69.14%
G = 24.69%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#A83C0F (or 0xA83C0F) is known color: Rust. HEX triplet: A8, 3C and 0F. RGB value is (168,60,15). Sum of RGB (Red+Green+Blue) = 168+60+15=243 (32% of max value = 765). Red value is 168 (66.02% from 255 or 69.14% from 243); Green value is 60 (23.83% from 255 or 24.69% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 168 - color contains mainly: red. Hex color #A83C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83C0F is #57C3F0. Grayscale: #575757. Windows color (decimal): -5751793 or 998568. OLE color: 998568.

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

Color convert

RGB 168 60 15 -
CMYK 0 0.64 0.91 0.34
HSL 17.65º 0.84% 0.36% -
HSV(B) 17.65º 0.91% 0.66% -
XYZ 17.85 11.59 1.75 -
YUV 87.16 87.28 185.66 -
System Red Green Blue C M Y K H S L
Decimal 168 60 15 0 0.64 0.91 0.34 17.65 0.84 0.36
Hex A8 3C F 0 40 5B 22 12 54 24
Octal 250 74 17 0 100 133 42 22 124 44
Binary 10101000 111100 1111 0 1000000 1011011 100010 10010 1010100 100100

Color Harmonies of #A83C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83C0F

Black with #A83C0F

Text Example


Text Example

White with #A83C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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