Html Css Color HEX #AF3304 Rust

📋 copy color: '#AF3304'

red 175 ◦ green 51 ◦ blue 4

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

Shades of Rust #AF3304

Tints of Rust #AF3304

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.17%

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

R = 76.09%
G = 22.17%
B = 1.74%

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

#AF3304 (or 0xAF3304) is known color: Rust. HEX triplet: AF, 33 and 04. RGB value is (175,51,4). Sum of RGB (Red+Green+Blue) = 175+51+4=230 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.09% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 4 (1.95% from 255 or 1.74% from 230); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3304 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3304 is #50CCFB. Grayscale: #535353. Windows color (decimal): -5295356 or 275375. OLE color: 275375.

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

Color convert

RGB 175 51 4 -
CMYK 0 0.71 0.98 0.31
HSL 16.49º 0.96% 0.35% -
HSV(B) 16.49º 0.98% 0.69% -
XYZ 18.88 11.49 1.34 -
YUV 82.72 83.58 193.82 -
System Red Green Blue C M Y K H S L
Decimal 175 51 4 0 0.71 0.98 0.31 16.49 0.96 0.35
Hex AF 33 4 0 47 62 1F 10 60 23
Octal 257 63 4 0 107 142 37 20 140 43
Binary 10101111 110011 100 0 1000111 1100010 11111 10000 1100000 100011

Color Harmonies of #AF3304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3304

Black with #AF3304

Text Example


Text Example

White with #AF3304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3304; }

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

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

background-color css

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

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

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

border-color css

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

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

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