Html Css Color HEX #AF4D12 Rust

📋 copy color: '#AF4D12'

red 175 ◦ green 77 ◦ blue 18

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

Shades of Rust #AF4D12

Tints of Rust #AF4D12

RGB

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

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

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

R = 64.81%
G = 28.52%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF4D12 (or 0xAF4D12) is known color: Rust. HEX triplet: AF, 4D and 12. RGB value is (175,77,18). Sum of RGB (Red+Green+Blue) = 175+77+18=270 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.81% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF4D12 is #50B2ED. Grayscale: #636363. Windows color (decimal): -5288686 or 1199535. OLE color: 1199535.

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

Color convert

RGB 175 77 18 -
CMYK 0 0.56 0.90 0.31
HSL 22.55º 0.81% 0.38% -
HSV(B) 22.55º 0.9% 0.69% -
XYZ 20.44 14.47 2.29 -
YUV 99.58 81.97 181.8 -
System Red Green Blue C M Y K H S L
Decimal 175 77 18 0 0.56 0.90 0.31 22.55 0.81 0.38
Hex AF 4D 12 0 38 5A 1F 17 51 26
Octal 257 115 22 0 70 132 37 27 121 46
Binary 10101111 1001101 10010 0 111000 1011010 11111 10111 1010001 100110

Color Harmonies of #AF4D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4D12

Black with #AF4D12

Text Example


Text Example

White with #AF4D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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