Html Css Color HEX #AF2F14 Rust

📋 copy color: '#AF2F14'

red 175 ◦ green 47 ◦ blue 20

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

Shades of Rust #AF2F14

Tints of Rust #AF2F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.26%

R = 72.31%
G = 19.42%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF2F14 (or 0xAF2F14) is known color: Rust. HEX triplet: AF, 2F and 14. RGB value is (175,47,20). Sum of RGB (Red+Green+Blue) = 175+47+20=242 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.31% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2F14 is #50D0EB. Grayscale: #525252. Windows color (decimal): -5296364 or 1322927. OLE color: 1322927.

HSL color Cylindrical-coordinate representation of color #AF2F14: hue angle of 10.45º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF2F14 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 47 20 -
CMYK 0 0.73 0.89 0.31
HSL 10.45º 0.79% 0.38% -
HSV(B) 10.45º 0.89% 0.69% -
XYZ 18.82 11.2 1.83 -
YUV 82.19 92.91 194.2 -
System Red Green Blue C M Y K H S L
Decimal 175 47 20 0 0.73 0.89 0.31 10.45 0.79 0.38
Hex AF 2F 14 0 49 59 1F A 4F 26
Octal 257 57 24 0 111 131 37 12 117 46
Binary 10101111 101111 10100 0 1001001 1011001 11111 1010 1001111 100110

Color Harmonies of #AF2F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2F14

Black with #AF2F14

Text Example


Text Example

White with #AF2F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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