Html Css Color HEX #AF3400 Rust

📋 copy color: '#AF3400'

red 175 ◦ green 52 ◦ blue 0

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

Shades of Rust #AF3400

Tints of Rust #AF3400

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.91%

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

R = 77.09%
G = 22.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#AF3400 (or 0xAF3400) is known color: Rust. HEX triplet: AF, 34 and 00. RGB value is (175,52,0). Sum of RGB (Red+Green+Blue) = 175+52+0=227 (30% of max value = 765). Red value is 175 (68.75% from 255 or 77.09% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3400 is #50CBFF. Grayscale: #535353. Windows color (decimal): -5295104 or 13487. OLE color: 13487.

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

Color convert

RGB 175 52 0 -
CMYK 0 0.70 1 0.31
HSL 17.83º 1% 0.34% -
HSV(B) 17.83º 1% 0.69% -
XYZ 18.91 11.57 1.24 -
YUV 82.85 81.25 193.73 -
System Red Green Blue C M Y K H S L
Decimal 175 52 0 0 0.70 1 0.31 17.83 1 0.34
Hex AF 34 0 0 46 64 1F 12 64 22
Octal 257 64 0 0 106 144 37 22 144 42
Binary 10101111 110100 0 0 1000110 1100100 11111 10010 1100100 100010

Color Harmonies of #AF3400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3400

Black with #AF3400

Text Example


Text Example

White with #AF3400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3400; }

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

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

background-color css

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

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

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

border-color css

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

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

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