Html Css Color HEX #AF3604 Rust

📋 copy color: '#AF3604'

red 175 ◦ green 54 ◦ blue 4

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

Shades of Rust #AF3604

Tints of Rust #AF3604

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.72%

R = 75.11%
G = 23.18%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF3604 (or 0xAF3604) is known color: Rust. HEX triplet: AF, 36 and 04. RGB value is (175,54,4). Sum of RGB (Red+Green+Blue) = 175+54+4=233 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.11% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 4 (1.95% from 255 or 1.72% from 233); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3604 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3604 is #50C9FB. Grayscale: #545454. Windows color (decimal): -5294588 or 276143. OLE color: 276143.

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

Color convert

RGB 175 54 4 -
CMYK 0 0.69 0.98 0.31
HSL 17.54º 0.96% 0.35% -
HSV(B) 17.54º 0.98% 0.69% -
XYZ 19.02 11.76 1.38 -
YUV 84.48 82.59 192.57 -
System Red Green Blue C M Y K H S L
Decimal 175 54 4 0 0.69 0.98 0.31 17.54 0.96 0.35
Hex AF 36 4 0 45 62 1F 12 60 23
Octal 257 66 4 0 105 142 37 22 140 43
Binary 10101111 110110 100 0 1000101 1100010 11111 10010 1100000 100011

Color Harmonies of #AF3604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3604

Black with #AF3604

Text Example


Text Example

White with #AF3604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3604; }

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

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

background-color css

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

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

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

border-color css

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

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

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