Html Css Color HEX #AF390C Rust

📋 copy color: '#AF390C'

red 175 ◦ green 57 ◦ blue 12

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

Shades of Rust #AF390C

Tints of Rust #AF390C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.36%

 BLUE value IS 12 (5.08% from 255) = 4.92%

R = 71.72%
G = 23.36%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF390C (or 0xAF390C) is known color: Rust. HEX triplet: AF, 39 and 0C. RGB value is (175,57,12). Sum of RGB (Red+Green+Blue) = 175+57+12=244 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.72% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 12 (5.08% from 255 or 4.92% from 244); Max value from RGB is 175 - color contains mainly: red. Hex color #AF390C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF390C is #50C6F3. Grayscale: #575757. Windows color (decimal): -5293812 or 801199. OLE color: 801199.

HSL color Cylindrical-coordinate representation of color #AF390C: hue angle of 16.56º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF390C is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 57 12 -
CMYK 0 0.67 0.93 0.31
HSL 16.56º 0.87% 0.37% -
HSV(B) 16.56º 0.93% 0.69% -
XYZ 19.21 12.07 1.66 -
YUV 87.15 85.59 190.66 -
System Red Green Blue C M Y K H S L
Decimal 175 57 12 0 0.67 0.93 0.31 16.56 0.87 0.37
Hex AF 39 C 0 43 5D 1F 11 57 25
Octal 257 71 14 0 103 135 37 21 127 45
Binary 10101111 111001 1100 0 1000011 1011101 11111 10001 1010111 100101

Color Harmonies of #AF390C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF390C

Black with #AF390C

Text Example


Text Example

White with #AF390C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF390C; }

 p { color: rgb(175,57,12); }

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

background-color css

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

 a { background-color: rgb(175,57,12); }

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

border-color css

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

 span { border-color: rgb(175,57,12); }

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