Html Css Color HEX #AF411F Rust

📋 copy color: '#AF411F'

red 175 ◦ green 65 ◦ blue 31

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

Shades of Rust #AF411F

Tints of Rust #AF411F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.99%

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

R = 64.58%
G = 23.99%
B = 11.44%

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

#AF411F (or 0xAF411F) is known color: Rust. HEX triplet: AF, 41 and 1F. RGB value is (175,65,31). Sum of RGB (Red+Green+Blue) = 175+65+31=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 31 (12.5% from 255 or 11.44% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF411F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF411F is #50BEE0. Grayscale: #5E5E5E. Windows color (decimal): -5291745 or 2048431. OLE color: 2048431.

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

Color convert

RGB 175 65 31 -
CMYK 0 0.63 0.82 0.31
HSL 14.17º 0.7% 0.4% -
HSV(B) 14.17º 0.82% 0.69% -
XYZ 19.82 12.99 2.76 -
YUV 94.01 92.44 185.76 -
System Red Green Blue C M Y K H S L
Decimal 175 65 31 0 0.63 0.82 0.31 14.17 0.7 0.4
Hex AF 41 1F 0 3F 52 1F E 46 28
Octal 257 101 37 0 77 122 37 16 106 50
Binary 10101111 1000001 11111 0 111111 1010010 11111 1110 1000110 101000

Color Harmonies of #AF411F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF411F

Black with #AF411F

Text Example


Text Example

White with #AF411F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF411F; }

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

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

background-color css

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

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

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

border-color css

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

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

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