Html Css Color HEX #AF4414 Rust

📋 copy color: '#AF4414'

red 175 ◦ green 68 ◦ blue 20

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

Shades of Rust #AF4414

Tints of Rust #AF4414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.6%

R = 66.54%
G = 25.86%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF4414 (or 0xAF4414) is known color: Rust. HEX triplet: AF, 44 and 14. RGB value is (175,68,20). Sum of RGB (Red+Green+Blue) = 175+68+20=263 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.54% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4414 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4414 is #50BBEB. Grayscale: #5E5E5E. Windows color (decimal): -5290988 or 1328303. OLE color: 1328303.

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

Color convert

RGB 175 68 20 -
CMYK 0 0.61 0.89 0.31
HSL 18.58º 0.79% 0.38% -
HSV(B) 18.58º 0.89% 0.69% -
XYZ 19.87 13.3 2.18 -
YUV 94.52 85.95 185.4 -
System Red Green Blue C M Y K H S L
Decimal 175 68 20 0 0.61 0.89 0.31 18.58 0.79 0.38
Hex AF 44 14 0 3D 59 1F 13 4F 26
Octal 257 104 24 0 75 131 37 23 117 46
Binary 10101111 1000100 10100 0 111101 1011001 11111 10011 1001111 100110

Color Harmonies of #AF4414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4414

Black with #AF4414

Text Example


Text Example

White with #AF4414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4414; }

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

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

background-color css

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

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

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

border-color css

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

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

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