Html Css Color HEX #AF2F0E Rust

📋 copy color: '#AF2F0E'

red 175 ◦ green 47 ◦ blue 14

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

Shades of Rust #AF2F0E

Tints of Rust #AF2F0E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.92%

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

R = 74.15%
G = 19.92%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#AF2F0E (or 0xAF2F0E) is known color: Rust. HEX triplet: AF, 2F and 0E. RGB value is (175,47,14). Sum of RGB (Red+Green+Blue) = 175+47+14=236 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.15% from 236); Green value is 47 (18.75% from 255 or 19.92% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2F0E is #50D0F1. Grayscale: #515151. Windows color (decimal): -5296370 or 929711. OLE color: 929711.

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

Color convert

RGB 175 47 14 -
CMYK 0 0.73 0.92 0.31
HSL 12.3º 0.85% 0.37% -
HSV(B) 12.3º 0.92% 0.69% -
XYZ 18.77 11.18 1.58 -
YUV 81.51 89.91 194.68 -
System Red Green Blue C M Y K H S L
Decimal 175 47 14 0 0.73 0.92 0.31 12.3 0.85 0.37
Hex AF 2F E 0 49 5C 1F C 55 25
Octal 257 57 16 0 111 134 37 14 125 45
Binary 10101111 101111 1110 0 1001001 1011100 11111 1100 1010101 100101

Color Harmonies of #AF2F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2F0E

Black with #AF2F0E

Text Example


Text Example

White with #AF2F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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