Html Css Color HEX #AF440E Rust

📋 copy color: '#AF440E'

red 175 ◦ green 68 ◦ blue 14

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

Shades of Rust #AF440E

Tints of Rust #AF440E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.46%

 BLUE value IS 14 (5.86% from 255) = 5.45%

R = 68.09%
G = 26.46%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#AF440E (or 0xAF440E) is known color: Rust. HEX triplet: AF, 44 and 0E. RGB value is (175,68,14). Sum of RGB (Red+Green+Blue) = 175+68+14=257 (34% of max value = 765). Red value is 175 (68.75% from 255 or 68.09% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 14 (5.86% from 255 or 5.45% from 257); Max value from RGB is 175 - color contains mainly: red. Hex color #AF440E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF440E is #50BBF1. Grayscale: #5E5E5E. Windows color (decimal): -5290994 or 935087. OLE color: 935087.

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

Color convert

RGB 175 68 14 -
CMYK 0 0.61 0.92 0.31
HSL 20.12º 0.85% 0.37% -
HSV(B) 20.12º 0.92% 0.69% -
XYZ 19.83 13.28 1.93 -
YUV 93.84 82.95 185.89 -
System Red Green Blue C M Y K H S L
Decimal 175 68 14 0 0.61 0.92 0.31 20.12 0.85 0.37
Hex AF 44 E 0 3D 5C 1F 14 55 25
Octal 257 104 16 0 75 134 37 24 125 45
Binary 10101111 1000100 1110 0 111101 1011100 11111 10100 1010101 100101

Color Harmonies of #AF440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF440E

Black with #AF440E

Text Example


Text Example

White with #AF440E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF440E; }

 p { color: rgb(175,68,14); }

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

background-color css

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

 a { background-color: rgb(175,68,14); }

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

border-color css

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

 span { border-color: rgb(175,68,14); }

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