Html Css Color HEX #AF4D0E Rust

📋 copy color: '#AF4D0E'

red 175 ◦ green 77 ◦ blue 14

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

Shades of Rust #AF4D0E

Tints of Rust #AF4D0E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.95%

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

R = 65.79%
G = 28.95%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#AF4D0E (or 0xAF4D0E) is known color: Rust. HEX triplet: AF, 4D and 0E. RGB value is (175,77,14). Sum of RGB (Red+Green+Blue) = 175+77+14=266 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.79% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 14 (5.86% from 255 or 5.26% from 266); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF4D0E is #50B2F1. Grayscale: #636363. Windows color (decimal): -5288690 or 937391. OLE color: 937391.

HSL color Cylindrical-coordinate representation of color #AF4D0E: hue angle of 23.48º 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 #AF4D0E is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 77 14 -
CMYK 0 0.56 0.92 0.31
HSL 23.48º 0.85% 0.37% -
HSV(B) 23.48º 0.92% 0.69% -
XYZ 20.41 14.45 2.13 -
YUV 99.12 79.97 182.12 -
System Red Green Blue C M Y K H S L
Decimal 175 77 14 0 0.56 0.92 0.31 23.48 0.85 0.37
Hex AF 4D E 0 38 5C 1F 17 55 25
Octal 257 115 16 0 70 134 37 27 125 45
Binary 10101111 1001101 1110 0 111000 1011100 11111 10111 1010101 100101

Color Harmonies of #AF4D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4D0E

Black with #AF4D0E

Text Example


Text Example

White with #AF4D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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