Html Css Color HEX #AF3C16 Rust

📋 copy color: '#AF3C16'

red 175 ◦ green 60 ◦ blue 22

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

Shades of Rust #AF3C16

Tints of Rust #AF3C16

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.35%

 BLUE value IS 22 (8.98% from 255) = 8.56%

R = 68.09%
G = 23.35%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF3C16 (or 0xAF3C16) is known color: Rust. HEX triplet: AF, 3C and 16. RGB value is (175,60,22). Sum of RGB (Red+Green+Blue) = 175+60+22=257 (34% of max value = 765). Red value is 175 (68.75% from 255 or 68.09% from 257); Green value is 60 (23.83% from 255 or 23.35% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3C16 is #50C3E9. Grayscale: #5A5A5A. Windows color (decimal): -5293034 or 1457327. OLE color: 1457327.

HSL color Cylindrical-coordinate representation of color #AF3C16: hue angle of 14.9º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF3C16 is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 60 22 -
CMYK 0 0.66 0.87 0.31
HSL 14.9º 0.78% 0.39% -
HSV(B) 14.9º 0.87% 0.69% -
XYZ 19.44 12.4 2.13 -
YUV 90.05 89.6 188.59 -
System Red Green Blue C M Y K H S L
Decimal 175 60 22 0 0.66 0.87 0.31 14.9 0.78 0.39
Hex AF 3C 16 0 42 57 1F F 4E 27
Octal 257 74 26 0 102 127 37 17 116 47
Binary 10101111 111100 10110 0 1000010 1010111 11111 1111 1001110 100111

Color Harmonies of #AF3C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3C16

Black with #AF3C16

Text Example


Text Example

White with #AF3C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3C16; }

 p { color: rgb(175,60,22); }

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

background-color css

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

 a { background-color: rgb(175,60,22); }

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

border-color css

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

 span { border-color: rgb(175,60,22); }

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