Html Css Color HEX #AF401F Rust

📋 copy color: '#AF401F'

red 175 ◦ green 64 ◦ blue 31

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

Shades of Rust #AF401F

Tints of Rust #AF401F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.7%

 BLUE value IS 31 (12.5% from 255) = 11.48%

R = 64.81%
G = 23.7%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF401F (or 0xAF401F) is known color: Rust. HEX triplet: AF, 40 and 1F. RGB value is (175,64,31). Sum of RGB (Red+Green+Blue) = 175+64+31=270 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.81% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 31 (12.5% from 255 or 11.48% from 270); Max value from RGB is 175 - color contains mainly: red. Hex color #AF401F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF401F is #50BFE0. Grayscale: #5D5D5D. Windows color (decimal): -5292001 or 2048175. OLE color: 2048175.

HSL color Cylindrical-coordinate representation of color #AF401F: hue angle of 13.75º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF401F is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 64 31 -
CMYK 0 0.63 0.82 0.31
HSL 13.75º 0.7% 0.4% -
HSV(B) 13.75º 0.82% 0.69% -
XYZ 19.76 12.88 2.74 -
YUV 93.43 92.77 186.18 -
System Red Green Blue C M Y K H S L
Decimal 175 64 31 0 0.63 0.82 0.31 13.75 0.7 0.4
Hex AF 40 1F 0 3F 52 1F E 46 28
Octal 257 100 37 0 77 122 37 16 106 50
Binary 10101111 1000000 11111 0 111111 1010010 11111 1110 1000110 101000

Color Harmonies of #AF401F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF401F

Black with #AF401F

Text Example


Text Example

White with #AF401F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF401F; }

 p { color: rgb(175,64,31); }

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

background-color css

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

 a { background-color: rgb(175,64,31); }

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

border-color css

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

 span { border-color: rgb(175,64,31); }

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