Html Css Color HEX #AF401D Rust

📋 copy color: '#AF401D'

red 175 ◦ green 64 ◦ blue 29

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

Shades of Rust #AF401D

Tints of Rust #AF401D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.82%

R = 65.3%
G = 23.88%
B = 10.82%

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

#AF401D (or 0xAF401D) is known color: Rust. HEX triplet: AF, 40 and 1D. RGB value is (175,64,29). Sum of RGB (Red+Green+Blue) = 175+64+29=268 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.30% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 29 (11.72% from 255 or 10.82% from 268); Max value from RGB is 175 - color contains mainly: red. Hex color #AF401D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF401D is #50BFE2. Grayscale: #5D5D5D. Windows color (decimal): -5292003 or 1917103. OLE color: 1917103.

HSL color Cylindrical-coordinate representation of color #AF401D: hue angle of 14.38º degrees, saturation: 0.72, 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 #AF401D is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 64 29 -
CMYK 0 0.63 0.83 0.31
HSL 14.38º 0.72% 0.4% -
HSV(B) 14.38º 0.83% 0.69% -
XYZ 19.73 12.87 2.61 -
YUV 93.2 91.77 186.35 -
System Red Green Blue C M Y K H S L
Decimal 175 64 29 0 0.63 0.83 0.31 14.38 0.72 0.4
Hex AF 40 1D 0 3F 53 1F E 48 28
Octal 257 100 35 0 77 123 37 16 110 50
Binary 10101111 1000000 11101 0 111111 1010011 11111 1110 1001000 101000

Color Harmonies of #AF401D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF401D

Black with #AF401D

Text Example


Text Example

White with #AF401D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF401D; }

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

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

background-color css

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

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

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

border-color css

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

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

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