Html Css Color HEX #AF410D Rust

📋 copy color: '#AF410D'

red 175 ◦ green 65 ◦ blue 13

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

Shades of Rust #AF410D

Tints of Rust #AF410D

RGB

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

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

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

R = 69.17%
G = 25.69%
B = 5.14%

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

#AF410D (or 0xAF410D) is known color: Rust. HEX triplet: AF, 41 and 0D. RGB value is (175,65,13). Sum of RGB (Red+Green+Blue) = 175+65+13=253 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.17% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 175 - color contains mainly: red. Hex color #AF410D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF410D is #50BEF2. Grayscale: #5C5C5C. Windows color (decimal): -5291763 or 868783. OLE color: 868783.

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

Color convert

RGB 175 65 13 -
CMYK 0 0.63 0.93 0.31
HSL 19.26º 0.86% 0.37% -
HSV(B) 19.26º 0.93% 0.69% -
XYZ 19.64 12.92 1.84 -
YUV 91.96 83.44 187.23 -
System Red Green Blue C M Y K H S L
Decimal 175 65 13 0 0.63 0.93 0.31 19.26 0.86 0.37
Hex AF 41 D 0 3F 5D 1F 13 56 25
Octal 257 101 15 0 77 135 37 23 126 45
Binary 10101111 1000001 1101 0 111111 1011101 11111 10011 1010110 100101

Color Harmonies of #AF410D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF410D

Black with #AF410D

Text Example


Text Example

White with #AF410D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF410D; }

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

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

background-color css

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

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

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

border-color css

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

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

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