Html Css Color HEX #AF4812 Rust

📋 copy color: '#AF4812'

red 175 ◦ green 72 ◦ blue 18

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

Shades of Rust #AF4812

Tints of Rust #AF4812

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.17%

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

R = 66.04%
G = 27.17%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF4812 (or 0xAF4812) is known color: Rust. HEX triplet: AF, 48 and 12. RGB value is (175,72,18). Sum of RGB (Red+Green+Blue) = 175+72+18=265 (35% of max value = 765). Red value is 175 (68.75% from 255 or 66.04% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4812 is #50B7ED. Grayscale: #606060. Windows color (decimal): -5289966 or 1198255. OLE color: 1198255.

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

Color convert

RGB 175 72 18 -
CMYK 0 0.59 0.90 0.31
HSL 20.64º 0.81% 0.38% -
HSV(B) 20.64º 0.9% 0.69% -
XYZ 20.11 13.79 2.17 -
YUV 96.64 83.62 183.89 -
System Red Green Blue C M Y K H S L
Decimal 175 72 18 0 0.59 0.90 0.31 20.64 0.81 0.38
Hex AF 48 12 0 3B 5A 1F 15 51 26
Octal 257 110 22 0 73 132 37 25 121 46
Binary 10101111 1001000 10010 0 111011 1011010 11111 10101 1010001 100110

Color Harmonies of #AF4812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4812

Black with #AF4812

Text Example


Text Example

White with #AF4812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4812; }

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

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

background-color css

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

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

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

border-color css

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

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

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