Html Css Color HEX #AF4E12 Rust

📋 copy color: '#AF4E12'

red 175 ◦ green 78 ◦ blue 18

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

Shades of Rust #AF4E12

Tints of Rust #AF4E12

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.78%

 BLUE value IS 18 (7.42% from 255) = 6.64%

R = 64.58%
G = 28.78%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF4E12 (or 0xAF4E12) is known color: Rust. HEX triplet: AF, 4E and 12. RGB value is (175,78,18). Sum of RGB (Red+Green+Blue) = 175+78+18=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 78 (30.86% from 255 or 28.78% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF4E12 is #50B1ED. Grayscale: #646464. Windows color (decimal): -5288430 or 1199791. OLE color: 1199791.

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

Color convert

RGB 175 78 18 -
CMYK 0 0.55 0.90 0.31
HSL 22.93º 0.81% 0.38% -
HSV(B) 22.93º 0.9% 0.69% -
XYZ 20.51 14.61 2.31 -
YUV 100.16 81.64 181.38 -
System Red Green Blue C M Y K H S L
Decimal 175 78 18 0 0.55 0.90 0.31 22.93 0.81 0.38
Hex AF 4E 12 0 37 5A 1F 17 51 26
Octal 257 116 22 0 67 132 37 27 121 46
Binary 10101111 1001110 10010 0 110111 1011010 11111 10111 1010001 100110

Color Harmonies of #AF4E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4E12

Black with #AF4E12

Text Example


Text Example

White with #AF4E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4E12; }

 p { color: rgb(175,78,18); }

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

background-color css

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

 a { background-color: rgb(175,78,18); }

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

border-color css

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

 span { border-color: rgb(175,78,18); }

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