Html Css Color HEX #AF4411 Rust

📋 copy color: '#AF4411'

red 175 ◦ green 68 ◦ blue 17

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

Shades of Rust #AF4411

Tints of Rust #AF4411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.54%

R = 67.31%
G = 26.15%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF4411 (or 0xAF4411) is known color: Rust. HEX triplet: AF, 44 and 11. RGB value is (175,68,17). Sum of RGB (Red+Green+Blue) = 175+68+17=260 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.31% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4411 is #50BBEE. Grayscale: #5E5E5E. Windows color (decimal): -5290991 or 1131695. OLE color: 1131695.

HSL color Cylindrical-coordinate representation of color #AF4411: hue angle of 19.37º degrees, saturation: 0.82, 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 #AF4411 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 68 17 -
CMYK 0 0.61 0.90 0.31
HSL 19.37º 0.82% 0.38% -
HSV(B) 19.37º 0.9% 0.69% -
XYZ 19.85 13.29 2.05 -
YUV 94.18 84.45 185.65 -
System Red Green Blue C M Y K H S L
Decimal 175 68 17 0 0.61 0.90 0.31 19.37 0.82 0.38
Hex AF 44 11 0 3D 5A 1F 13 52 26
Octal 257 104 21 0 75 132 37 23 122 46
Binary 10101111 1000100 10001 0 111101 1011010 11111 10011 1010010 100110

Color Harmonies of #AF4411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4411

Black with #AF4411

Text Example


Text Example

White with #AF4411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4411; }

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

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

background-color css

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

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

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

border-color css

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

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

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