Html Css Color HEX #AF3600 Rust

📋 copy color: '#AF3600'

red 175 ◦ green 54 ◦ blue 0

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

Shades of Rust #AF3600

Tints of Rust #AF3600

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.58%

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

R = 76.42%
G = 23.58%
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

#AF3600 (or 0xAF3600) is known color: Rust. HEX triplet: AF, 36 and 00. RGB value is (175,54,0). Sum of RGB (Red+Green+Blue) = 175+54+0=229 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.42% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3600 is #50C9FF. Grayscale: #545454. Windows color (decimal): -5294592 or 13999. OLE color: 13999.

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

Color convert

RGB 175 54 0 -
CMYK 0 0.69 1 0.31
HSL 18.51º 1% 0.34% -
HSV(B) 18.51º 1% 0.69% -
XYZ 19 11.75 1.27 -
YUV 84.02 80.59 192.89 -
System Red Green Blue C M Y K H S L
Decimal 175 54 0 0 0.69 1 0.31 18.51 1 0.34
Hex AF 36 0 0 45 64 1F 13 64 22
Octal 257 66 0 0 105 144 37 23 144 42
Binary 10101111 110110 0 0 1000101 1100100 11111 10011 1100100 100010

Color Harmonies of #AF3600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3600

Black with #AF3600

Text Example


Text Example

White with #AF3600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3600; }

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

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

background-color css

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

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

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

border-color css

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

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

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