Html Css Color HEX #AF401E Rust

📋 copy color: '#AF401E'

red 175 ◦ green 64 ◦ blue 30

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

Shades of Rust #AF401E

Tints of Rust #AF401E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.15%

R = 65.06%
G = 23.79%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF401E (or 0xAF401E) is known color: Rust. HEX triplet: AF, 40 and 1E. RGB value is (175,64,30). Sum of RGB (Red+Green+Blue) = 175+64+30=269 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.06% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 30 (12.11% from 255 or 11.15% from 269); Max value from RGB is 175 - color contains mainly: red. Hex color #AF401E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF401E is #50BFE1. Grayscale: #5D5D5D. Windows color (decimal): -5292002 or 1982639. OLE color: 1982639.

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

Color convert

RGB 175 64 30 -
CMYK 0 0.63 0.83 0.31
HSL 14.07º 0.71% 0.4% -
HSV(B) 14.07º 0.83% 0.69% -
XYZ 19.75 12.87 2.67 -
YUV 93.31 92.27 186.26 -
System Red Green Blue C M Y K H S L
Decimal 175 64 30 0 0.63 0.83 0.31 14.07 0.71 0.4
Hex AF 40 1E 0 3F 53 1F E 47 28
Octal 257 100 36 0 77 123 37 16 107 50
Binary 10101111 1000000 11110 0 111111 1010011 11111 1110 1000111 101000

Color Harmonies of #AF401E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF401E

Black with #AF401E

Text Example


Text Example

White with #AF401E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF401E; }

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

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

background-color css

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

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

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

border-color css

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

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

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