Html Css Color HEX #AF3A11 Rust

📋 copy color: '#AF3A11'

red 175 ◦ green 58 ◦ blue 17

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

Shades of Rust #AF3A11

Tints of Rust #AF3A11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.8%

R = 70%
G = 23.2%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF3A11 (or 0xAF3A11) is known color: Rust. HEX triplet: AF, 3A and 11. RGB value is (175,58,17). Sum of RGB (Red+Green+Blue) = 175+58+17=250 (33% of max value = 765). Red value is 175 (68.75% from 255 or 70% from 250); Green value is 58 (23.05% from 255 or 23.2% from 250); Blue value is 17 (7.03% from 255 or 6.8% from 250); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3A11 is #50C5EE. Grayscale: #585858. Windows color (decimal): -5293551 or 1129135. OLE color: 1129135.

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

Color convert

RGB 175 58 17 -
CMYK 0 0.67 0.90 0.31
HSL 15.57º 0.82% 0.38% -
HSV(B) 15.57º 0.9% 0.69% -
XYZ 19.29 12.18 1.86 -
YUV 88.31 87.76 189.83 -
System Red Green Blue C M Y K H S L
Decimal 175 58 17 0 0.67 0.90 0.31 15.57 0.82 0.38
Hex AF 3A 11 0 43 5A 1F 10 52 26
Octal 257 72 21 0 103 132 37 20 122 46
Binary 10101111 111010 10001 0 1000011 1011010 11111 10000 1010010 100110

Color Harmonies of #AF3A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3A11

Black with #AF3A11

Text Example


Text Example

White with #AF3A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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