Html Css Color HEX #AF300E Rust

📋 copy color: '#AF300E'

red 175 ◦ green 48 ◦ blue 14

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

Shades of Rust #AF300E

Tints of Rust #AF300E

RGB

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

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

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

R = 73.84%
G = 20.25%
B = 5.91%

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

#AF300E (or 0xAF300E) is known color: Rust. HEX triplet: AF, 30 and 0E. RGB value is (175,48,14). Sum of RGB (Red+Green+Blue) = 175+48+14=237 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.84% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 14 (5.86% from 255 or 5.91% from 237); Max value from RGB is 175 - color contains mainly: red. Hex color #AF300E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF300E is #50CFF1. Grayscale: #525252. Windows color (decimal): -5296114 or 929967. OLE color: 929967.

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

Color convert

RGB 175 48 14 -
CMYK 0 0.73 0.92 0.31
HSL 12.67º 0.85% 0.37% -
HSV(B) 12.67º 0.92% 0.69% -
XYZ 18.82 11.26 1.6 -
YUV 82.1 89.58 194.26 -
System Red Green Blue C M Y K H S L
Decimal 175 48 14 0 0.73 0.92 0.31 12.67 0.85 0.37
Hex AF 30 E 0 49 5C 1F D 55 25
Octal 257 60 16 0 111 134 37 15 125 45
Binary 10101111 110000 1110 0 1001001 1011100 11111 1101 1010101 100101

Color Harmonies of #AF300E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF300E

Black with #AF300E

Text Example


Text Example

White with #AF300E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF300E; }

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

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

background-color css

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

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

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

border-color css

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

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

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