Html Css Color HEX #A8390F Rust

📋 copy color: '#A8390F'

red 168 ◦ green 57 ◦ blue 15

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

Shades of Rust #A8390F

Tints of Rust #A8390F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.75%

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

R = 70%
G = 23.75%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#A8390F (or 0xA8390F) is known color: Rust. HEX triplet: A8, 39 and 0F. RGB value is (168,57,15). Sum of RGB (Red+Green+Blue) = 168+57+15=240 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 15 (6.25% from 255 or 6.25% from 240); Max value from RGB is 168 - color contains mainly: red. Hex color #A8390F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8390F is #57C6F0. Grayscale: #555555. Windows color (decimal): -5752561 or 997800. OLE color: 997800.

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

Color convert

RGB 168 57 15 -
CMYK 0 0.66 0.91 0.34
HSL 16.47º 0.84% 0.36% -
HSV(B) 16.47º 0.91% 0.66% -
XYZ 17.7 11.29 1.7 -
YUV 85.4 88.27 186.92 -
System Red Green Blue C M Y K H S L
Decimal 168 57 15 0 0.66 0.91 0.34 16.47 0.84 0.36
Hex A8 39 F 0 42 5B 22 10 54 24
Octal 250 71 17 0 102 133 42 20 124 44
Binary 10101000 111001 1111 0 1000010 1011011 100010 10000 1010100 100100

Color Harmonies of #A8390F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8390F

Black with #A8390F

Text Example


Text Example

White with #A8390F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8390F; }

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

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

background-color css

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

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

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

border-color css

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

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

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