Html Css Color HEX #AF390F Rust

📋 copy color: '#AF390F'

red 175 ◦ green 57 ◦ blue 15

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

Shades of Rust #AF390F

Tints of Rust #AF390F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.07%

R = 70.85%
G = 23.08%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF390F (or 0xAF390F) is known color: Rust. HEX triplet: AF, 39 and 0F. RGB value is (175,57,15). Sum of RGB (Red+Green+Blue) = 175+57+15=247 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.85% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 175 - color contains mainly: red. Hex color #AF390F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF390F is #50C6F0. Grayscale: #575757. Windows color (decimal): -5293809 or 997807. OLE color: 997807.

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

Color convert

RGB 175 57 15 -
CMYK 0 0.67 0.91 0.31
HSL 15.75º 0.84% 0.37% -
HSV(B) 15.75º 0.91% 0.69% -
XYZ 19.23 12.07 1.77 -
YUV 87.49 87.09 190.42 -
System Red Green Blue C M Y K H S L
Decimal 175 57 15 0 0.67 0.91 0.31 15.75 0.84 0.37
Hex AF 39 F 0 43 5B 1F 10 54 25
Octal 257 71 17 0 103 133 37 20 124 45
Binary 10101111 111001 1111 0 1000011 1011011 11111 10000 1010100 100101

Color Harmonies of #AF390F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF390F

Black with #AF390F

Text Example


Text Example

White with #AF390F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF390F; }

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

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

background-color css

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

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

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

border-color css

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

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

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