Html Css Color HEX #AF3204 Rust

📋 copy color: '#AF3204'

red 175 ◦ green 50 ◦ blue 4

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

Shades of Rust #AF3204

Tints of Rust #AF3204

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.83%

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

R = 76.42%
G = 21.83%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF3204 (or 0xAF3204) is known color: Rust. HEX triplet: AF, 32 and 04. RGB value is (175,50,4). Sum of RGB (Red+Green+Blue) = 175+50+4=229 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.42% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 4 (1.95% from 255 or 1.75% from 229); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3204 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3204 is #50CDFB. Grayscale: #525252. Windows color (decimal): -5295612 or 275119. OLE color: 275119.

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

Color convert

RGB 175 50 4 -
CMYK 0 0.71 0.98 0.31
HSL 16.14º 0.96% 0.35% -
HSV(B) 16.14º 0.98% 0.69% -
XYZ 18.84 11.4 1.32 -
YUV 82.13 83.91 194.24 -
System Red Green Blue C M Y K H S L
Decimal 175 50 4 0 0.71 0.98 0.31 16.14 0.96 0.35
Hex AF 32 4 0 47 62 1F 10 60 23
Octal 257 62 4 0 107 142 37 20 140 43
Binary 10101111 110010 100 0 1000111 1100010 11111 10000 1100000 100011

Color Harmonies of #AF3204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3204

Black with #AF3204

Text Example


Text Example

White with #AF3204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3204; }

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

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

background-color css

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

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

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

border-color css

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

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

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