Html Css Color HEX #AF4012 Rust

📋 copy color: '#AF4012'

red 175 ◦ green 64 ◦ blue 18

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

Shades of Rust #AF4012

Tints of Rust #AF4012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7%

R = 68.09%
G = 24.9%
B = 7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF4012 (or 0xAF4012) is known color: Rust. HEX triplet: AF, 40 and 12. RGB value is (175,64,18). Sum of RGB (Red+Green+Blue) = 175+64+18=257 (34% of max value = 765). Red value is 175 (68.75% from 255 or 68.09% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4012 is #50BFED. Grayscale: #5C5C5C. Windows color (decimal): -5292014 or 1196207. OLE color: 1196207.

HSL color Cylindrical-coordinate representation of color #AF4012: hue angle of 17.58º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF4012 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 64 18 -
CMYK 0 0.63 0.90 0.31
HSL 17.58º 0.81% 0.38% -
HSV(B) 17.58º 0.9% 0.69% -
XYZ 19.62 12.82 2.01 -
YUV 91.95 86.27 187.24 -
System Red Green Blue C M Y K H S L
Decimal 175 64 18 0 0.63 0.90 0.31 17.58 0.81 0.38
Hex AF 40 12 0 3F 5A 1F 12 51 26
Octal 257 100 22 0 77 132 37 22 121 46
Binary 10101111 1000000 10010 0 111111 1011010 11111 10010 1010001 100110

Color Harmonies of #AF4012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4012

Black with #AF4012

Text Example


Text Example

White with #AF4012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4012; }

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

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

background-color css

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

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

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

border-color css

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

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

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