Html Css Color HEX #AF4C0E Rust

📋 copy color: '#AF4C0E'

red 175 ◦ green 76 ◦ blue 14

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

Shades of Rust #AF4C0E

Tints of Rust #AF4C0E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.68%

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

R = 66.04%
G = 28.68%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#AF4C0E (or 0xAF4C0E) is known color: Rust. HEX triplet: AF, 4C and 0E. RGB value is (175,76,14). Sum of RGB (Red+Green+Blue) = 175+76+14=265 (35% of max value = 765). Red value is 175 (68.75% from 255 or 66.04% from 265); Green value is 76 (30.08% from 255 or 28.68% from 265); Blue value is 14 (5.86% from 255 or 5.28% from 265); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4C0E is #50B3F1. Grayscale: #626262. Windows color (decimal): -5288946 or 937135. OLE color: 937135.

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

Color convert

RGB 175 76 14 -
CMYK 0 0.57 0.92 0.31
HSL 23.11º 0.85% 0.37% -
HSV(B) 23.11º 0.92% 0.69% -
XYZ 20.34 14.31 2.11 -
YUV 98.53 80.3 182.54 -
System Red Green Blue C M Y K H S L
Decimal 175 76 14 0 0.57 0.92 0.31 23.11 0.85 0.37
Hex AF 4C E 0 39 5C 1F 17 55 25
Octal 257 114 16 0 71 134 37 27 125 45
Binary 10101111 1001100 1110 0 111001 1011100 11111 10111 1010101 100101

Color Harmonies of #AF4C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4C0E

Black with #AF4C0E

Text Example


Text Example

White with #AF4C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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