Html Css Color HEX #AF3C12 Rust

📋 copy color: '#AF3C12'

red 175 ◦ green 60 ◦ blue 18

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

Shades of Rust #AF3C12

Tints of Rust #AF3C12

RGB

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

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

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

R = 69.17%
G = 23.72%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF3C12 (or 0xAF3C12) is known color: Rust. HEX triplet: AF, 3C and 12. RGB value is (175,60,18). Sum of RGB (Red+Green+Blue) = 175+60+18=253 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.17% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3C12 is #50C3ED. Grayscale: #595959. Windows color (decimal): -5293038 or 1195183. OLE color: 1195183.

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

Color convert

RGB 175 60 18 -
CMYK 0 0.66 0.90 0.31
HSL 16.05º 0.81% 0.38% -
HSV(B) 16.05º 0.9% 0.69% -
XYZ 19.4 12.39 1.94 -
YUV 89.6 87.6 188.92 -
System Red Green Blue C M Y K H S L
Decimal 175 60 18 0 0.66 0.90 0.31 16.05 0.81 0.38
Hex AF 3C 12 0 42 5A 1F 10 51 26
Octal 257 74 22 0 102 132 37 20 121 46
Binary 10101111 111100 10010 0 1000010 1011010 11111 10000 1010001 100110

Color Harmonies of #AF3C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3C12

Black with #AF3C12

Text Example


Text Example

White with #AF3C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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