Html Css Color HEX #AF3A0E Rust

📋 copy color: '#AF3A0E'

red 175 ◦ green 58 ◦ blue 14

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

Shades of Rust #AF3A0E

Tints of Rust #AF3A0E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.48%

 BLUE value IS 14 (5.86% from 255) = 5.67%

R = 70.85%
G = 23.48%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#AF3A0E (or 0xAF3A0E) is known color: Rust. HEX triplet: AF, 3A and 0E. RGB value is (175,58,14). Sum of RGB (Red+Green+Blue) = 175+58+14=247 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.85% from 247); Green value is 58 (23.05% from 255 or 23.48% from 247); Blue value is 14 (5.86% from 255 or 5.67% from 247); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3A0E is #50C5F1. Grayscale: #585858. Windows color (decimal): -5293554 or 932527. OLE color: 932527.

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

Color convert

RGB 175 58 14 -
CMYK 0 0.67 0.92 0.31
HSL 16.4º 0.85% 0.37% -
HSV(B) 16.4º 0.92% 0.69% -
XYZ 19.27 12.17 1.75 -
YUV 87.97 86.26 190.08 -
System Red Green Blue C M Y K H S L
Decimal 175 58 14 0 0.67 0.92 0.31 16.4 0.85 0.37
Hex AF 3A E 0 43 5C 1F 10 55 25
Octal 257 72 16 0 103 134 37 20 125 45
Binary 10101111 111010 1110 0 1000011 1011100 11111 10000 1010101 100101

Color Harmonies of #AF3A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3A0E

Black with #AF3A0E

Text Example


Text Example

White with #AF3A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3A0E; }

 p { color: rgb(175,58,14); }

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

background-color css

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

 a { background-color: rgb(175,58,14); }

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

border-color css

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

 span { border-color: rgb(175,58,14); }

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