Html Css Color HEX #AF410A Rust

📋 copy color: '#AF410A'

red 175 ◦ green 65 ◦ blue 10

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

Shades of Rust #AF410A

Tints of Rust #AF410A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4%

R = 70%
G = 26%
B = 4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF410A (or 0xAF410A) is known color: Rust. HEX triplet: AF, 41 and 0A. RGB value is (175,65,10). Sum of RGB (Red+Green+Blue) = 175+65+10=250 (33% of max value = 765). Red value is 175 (68.75% from 255 or 70% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 10 (4.30% from 255 or 4% from 250); Max value from RGB is 175 - color contains mainly: red. Hex color #AF410A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF410A is #50BEF5. Grayscale: #5B5B5B. Windows color (decimal): -5291766 or 672175. OLE color: 672175.

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

Color convert

RGB 175 65 10 -
CMYK 0 0.63 0.94 0.31
HSL 20º 0.89% 0.36% -
HSV(B) 20º 0.94% 0.69% -
XYZ 19.62 12.92 1.75 -
YUV 91.62 81.94 187.47 -
System Red Green Blue C M Y K H S L
Decimal 175 65 10 0 0.63 0.94 0.31 20 0.89 0.36
Hex AF 41 A 0 3F 5E 1F 14 59 24
Octal 257 101 12 0 77 136 37 24 131 44
Binary 10101111 1000001 1010 0 111111 1011110 11111 10100 1011001 100100

Color Harmonies of #AF410A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF410A

Black with #AF410A

Text Example


Text Example

White with #AF410A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF410A; }

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

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

background-color css

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

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

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

border-color css

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

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

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