Html Css Color HEX #AF400F Rust

📋 copy color: '#AF400F'

red 175 ◦ green 64 ◦ blue 15

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

Shades of Rust #AF400F

Tints of Rust #AF400F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.91%

R = 68.9%
G = 25.2%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF400F (or 0xAF400F) is known color: Rust. HEX triplet: AF, 40 and 0F. RGB value is (175,64,15). Sum of RGB (Red+Green+Blue) = 175+64+15=254 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.90% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 15 (6.25% from 255 or 5.91% from 254); Max value from RGB is 175 - color contains mainly: red. Hex color #AF400F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF400F is #50BFF0. Grayscale: #5B5B5B. Windows color (decimal): -5292017 or 999599. OLE color: 999599.

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

Color convert

RGB 175 64 15 -
CMYK 0 0.63 0.91 0.31
HSL 18.38º 0.84% 0.37% -
HSV(B) 18.38º 0.91% 0.69% -
XYZ 19.6 12.82 1.89 -
YUV 91.6 84.77 187.48 -
System Red Green Blue C M Y K H S L
Decimal 175 64 15 0 0.63 0.91 0.31 18.38 0.84 0.37
Hex AF 40 F 0 3F 5B 1F 12 54 25
Octal 257 100 17 0 77 133 37 22 124 45
Binary 10101111 1000000 1111 0 111111 1011011 11111 10010 1010100 100101

Color Harmonies of #AF400F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF400F

Black with #AF400F

Text Example


Text Example

White with #AF400F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF400F; }

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

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

background-color css

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

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

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

border-color css

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

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

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