Html Css Color HEX #AF3013 Rust

📋 copy color: '#AF3013'

red 175 ◦ green 48 ◦ blue 19

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

Shades of Rust #AF3013

Tints of Rust #AF3013

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.83%

 BLUE value IS 19 (7.81% from 255) = 7.85%

R = 72.31%
G = 19.83%
B = 7.85%

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

#AF3013 (or 0xAF3013) is known color: Rust. HEX triplet: AF, 30 and 13. RGB value is (175,48,19). Sum of RGB (Red+Green+Blue) = 175+48+19=242 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.31% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3013 is #50CFEC. Grayscale: #525252. Windows color (decimal): -5296109 or 1257647. OLE color: 1257647.

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

Color convert

RGB 175 48 19 -
CMYK 0 0.73 0.89 0.31
HSL 11.15º 0.8% 0.38% -
HSV(B) 11.15º 0.89% 0.69% -
XYZ 18.85 11.27 1.8 -
YUV 82.67 92.08 193.86 -
System Red Green Blue C M Y K H S L
Decimal 175 48 19 0 0.73 0.89 0.31 11.15 0.8 0.38
Hex AF 30 13 0 49 59 1F B 50 26
Octal 257 60 23 0 111 131 37 13 120 46
Binary 10101111 110000 10011 0 1001001 1011001 11111 1011 1010000 100110

Color Harmonies of #AF3013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3013

Black with #AF3013

Text Example


Text Example

White with #AF3013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3013; }

 p { color: rgb(175,48,19); }

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

background-color css

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

 a { background-color: rgb(175,48,19); }

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

border-color css

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

 span { border-color: rgb(175,48,19); }

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