Html Css Color HEX #AF3F0C Rust

📋 copy color: '#AF3F0C'

red 175 ◦ green 63 ◦ blue 12

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

Shades of Rust #AF3F0C

Tints of Rust #AF3F0C

RGB

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

 GREEN value IS 63 (25% from 255) = 25.2%

 BLUE value IS 12 (5.08% from 255) = 4.8%

R = 70%
G = 25.2%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF3F0C (or 0xAF3F0C) is known color: Rust. HEX triplet: AF, 3F and 0C. RGB value is (175,63,12). Sum of RGB (Red+Green+Blue) = 175+63+12=250 (33% of max value = 765). Red value is 175 (68.75% from 255 or 70% from 250); Green value is 63 (25% from 255 or 25.2% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3F0C is #50C0F3. Grayscale: #5A5A5A. Windows color (decimal): -5292276 or 802735. OLE color: 802735.

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

Color convert

RGB 175 63 12 -
CMYK 0 0.64 0.93 0.31
HSL 18.77º 0.87% 0.37% -
HSV(B) 18.77º 0.93% 0.69% -
XYZ 19.52 12.7 1.77 -
YUV 90.67 83.61 188.15 -
System Red Green Blue C M Y K H S L
Decimal 175 63 12 0 0.64 0.93 0.31 18.77 0.87 0.37
Hex AF 3F C 0 40 5D 1F 13 57 25
Octal 257 77 14 0 100 135 37 23 127 45
Binary 10101111 111111 1100 0 1000000 1011101 11111 10011 1010111 100101

Color Harmonies of #AF3F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3F0C

Black with #AF3F0C

Text Example


Text Example

White with #AF3F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3F0C; }

 p { color: rgb(175,63,12); }

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

background-color css

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

 a { background-color: rgb(175,63,12); }

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

border-color css

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

 span { border-color: rgb(175,63,12); }

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