Html Css Color HEX #AF3710 Rust

📋 copy color: '#AF3710'

red 175 ◦ green 55 ◦ blue 16

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

Shades of Rust #AF3710

Tints of Rust #AF3710

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.36%

 BLUE value IS 16 (6.64% from 255) = 6.5%

R = 71.14%
G = 22.36%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF3710 (or 0xAF3710) is known color: Rust. HEX triplet: AF, 37 and 10. RGB value is (175,55,16). Sum of RGB (Red+Green+Blue) = 175+55+16=246 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.14% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3710 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3710 is #50C8EF. Grayscale: #565656. Windows color (decimal): -5294320 or 1062831. OLE color: 1062831.

HSL color Cylindrical-coordinate representation of color #AF3710: hue angle of 14.72º degrees, saturation: 0.83, 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 #AF3710 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 55 16 -
CMYK 0 0.69 0.91 0.31
HSL 14.72º 0.83% 0.37% -
HSV(B) 14.72º 0.91% 0.69% -
XYZ 19.14 11.88 1.78 -
YUV 86.43 88.26 191.17 -
System Red Green Blue C M Y K H S L
Decimal 175 55 16 0 0.69 0.91 0.31 14.72 0.83 0.37
Hex AF 37 10 0 45 5B 1F F 53 25
Octal 257 67 20 0 105 133 37 17 123 45
Binary 10101111 110111 10000 0 1000101 1011011 11111 1111 1010011 100101

Color Harmonies of #AF3710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3710

Black with #AF3710

Text Example


Text Example

White with #AF3710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3710; }

 p { color: rgb(175,55,16); }

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

background-color css

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

 a { background-color: rgb(175,55,16); }

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

border-color css

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

 span { border-color: rgb(175,55,16); }

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