Html Css Color HEX #AF400D Rust

📋 copy color: '#AF400D'

red 175 ◦ green 64 ◦ blue 13

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

Shades of Rust #AF400D

Tints of Rust #AF400D

RGB

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

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

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

R = 69.44%
G = 25.4%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF400D (or 0xAF400D) is known color: Rust. HEX triplet: AF, 40 and 0D. RGB value is (175,64,13). Sum of RGB (Red+Green+Blue) = 175+64+13=252 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.44% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 175 - color contains mainly: red. Hex color #AF400D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF400D is #50BFF2. Grayscale: #5B5B5B. Windows color (decimal): -5292019 or 868527. OLE color: 868527.

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

Color convert

RGB 175 64 13 -
CMYK 0 0.63 0.93 0.31
HSL 18.89º 0.86% 0.37% -
HSV(B) 18.89º 0.93% 0.69% -
XYZ 19.59 12.81 1.82 -
YUV 91.38 83.77 187.65 -
System Red Green Blue C M Y K H S L
Decimal 175 64 13 0 0.63 0.93 0.31 18.89 0.86 0.37
Hex AF 40 D 0 3F 5D 1F 13 56 25
Octal 257 100 15 0 77 135 37 23 126 45
Binary 10101111 1000000 1101 0 111111 1011101 11111 10011 1010110 100101

Color Harmonies of #AF400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF400D

Black with #AF400D

Text Example


Text Example

White with #AF400D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF400D; }

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

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

background-color css

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

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

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

border-color css

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

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

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