Html Css Color HEX #AF390D Rust

📋 copy color: '#AF390D'

red 175 ◦ green 57 ◦ blue 13

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

Shades of Rust #AF390D

Tints of Rust #AF390D

RGB

 RED value IS 175 (68.75% from 255) = 71.43%

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

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

R = 71.43%
G = 23.27%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF390D (or 0xAF390D) is known color: Rust. HEX triplet: AF, 39 and 0D. RGB value is (175,57,13). Sum of RGB (Red+Green+Blue) = 175+57+13=245 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.43% from 245); Green value is 57 (22.66% from 255 or 23.27% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 175 - color contains mainly: red. Hex color #AF390D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF390D is #50C6F2. Grayscale: #575757. Windows color (decimal): -5293811 or 866735. OLE color: 866735.

HSL color Cylindrical-coordinate representation of color #AF390D: hue angle of 16.3º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF390D is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 57 13 -
CMYK 0 0.67 0.93 0.31
HSL 16.3º 0.86% 0.37% -
HSV(B) 16.3º 0.93% 0.69% -
XYZ 19.21 12.07 1.7 -
YUV 87.27 86.09 190.58 -
System Red Green Blue C M Y K H S L
Decimal 175 57 13 0 0.67 0.93 0.31 16.3 0.86 0.37
Hex AF 39 D 0 43 5D 1F 10 56 25
Octal 257 71 15 0 103 135 37 20 126 45
Binary 10101111 111001 1101 0 1000011 1011101 11111 10000 1010110 100101

Color Harmonies of #AF390D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF390D

Black with #AF390D

Text Example


Text Example

White with #AF390D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF390D; }

 p { color: rgb(175,57,13); }

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

background-color css

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

 a { background-color: rgb(175,57,13); }

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

border-color css

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

 span { border-color: rgb(175,57,13); }

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