Html Css Color HEX #AF4413 Rust

📋 copy color: '#AF4413'

red 175 ◦ green 68 ◦ blue 19

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

Shades of Rust #AF4413

Tints of Rust #AF4413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.25%

R = 66.79%
G = 25.95%
B = 7.25%

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

#AF4413 (or 0xAF4413) is known color: Rust. HEX triplet: AF, 44 and 13. RGB value is (175,68,19). Sum of RGB (Red+Green+Blue) = 175+68+19=262 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.79% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 19 (7.81% from 255 or 7.25% from 262); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4413 is #50BBEC. Grayscale: #5E5E5E. Windows color (decimal): -5290989 or 1262767. OLE color: 1262767.

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

Color convert

RGB 175 68 19 -
CMYK 0 0.61 0.89 0.31
HSL 18.85º 0.8% 0.38% -
HSV(B) 18.85º 0.89% 0.69% -
XYZ 19.86 13.3 2.14 -
YUV 94.41 85.45 185.48 -
System Red Green Blue C M Y K H S L
Decimal 175 68 19 0 0.61 0.89 0.31 18.85 0.8 0.38
Hex AF 44 13 0 3D 59 1F 13 50 26
Octal 257 104 23 0 75 131 37 23 120 46
Binary 10101111 1000100 10011 0 111101 1011001 11111 10011 1010000 100110

Color Harmonies of #AF4413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4413

Black with #AF4413

Text Example


Text Example

White with #AF4413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4413; }

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

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

background-color css

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

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

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

border-color css

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

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

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