Html Css Color HEX #AF3700 Rust

📋 copy color: '#AF3700'

red 175 ◦ green 55 ◦ blue 0

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

Shades of Rust #AF3700

Tints of Rust #AF3700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.09%
G = 23.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#AF3700 (or 0xAF3700) is known color: Rust. HEX triplet: AF, 37 and 00. RGB value is (175,55,0). Sum of RGB (Red+Green+Blue) = 175+55+0=230 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.09% from 230); Green value is 55 (21.88% from 255 or 23.91% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3700 is #50C8FF. Grayscale: #545454. Windows color (decimal): -5294336 or 14255. OLE color: 14255.

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

Color convert

RGB 175 55 0 -
CMYK 0 0.69 1 0.31
HSL 18.86º 1% 0.34% -
HSV(B) 18.86º 1% 0.69% -
XYZ 19.05 11.85 1.28 -
YUV 84.61 80.26 192.47 -
System Red Green Blue C M Y K H S L
Decimal 175 55 0 0 0.69 1 0.31 18.86 1 0.34
Hex AF 37 0 0 45 64 1F 13 64 22
Octal 257 67 0 0 105 144 37 23 144 42
Binary 10101111 110111 0 0 1000101 1100100 11111 10011 1100100 100010

Color Harmonies of #AF3700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3700

Black with #AF3700

Text Example


Text Example

White with #AF3700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3700; }

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

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

background-color css

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

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

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

border-color css

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

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

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