Html Css Color HEX #AF3305 Rust

📋 copy color: '#AF3305'

red 175 ◦ green 51 ◦ blue 5

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

Shades of Rust #AF3305

Tints of Rust #AF3305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.16%

R = 75.76%
G = 22.08%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF3305 (or 0xAF3305) is known color: Rust. HEX triplet: AF, 33 and 05. RGB value is (175,51,5). Sum of RGB (Red+Green+Blue) = 175+51+5=231 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.76% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3305 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3305 is #50CCFA. Grayscale: #535353. Windows color (decimal): -5295355 or 340911. OLE color: 340911.

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

Color convert

RGB 175 51 5 -
CMYK 0 0.71 0.97 0.31
HSL 16.24º 0.94% 0.35% -
HSV(B) 16.24º 0.97% 0.69% -
XYZ 18.89 11.49 1.37 -
YUV 82.83 84.08 193.74 -
System Red Green Blue C M Y K H S L
Decimal 175 51 5 0 0.71 0.97 0.31 16.24 0.94 0.35
Hex AF 33 5 0 47 61 1F 10 5E 23
Octal 257 63 5 0 107 141 37 20 136 43
Binary 10101111 110011 101 0 1000111 1100001 11111 10000 1011110 100011

Color Harmonies of #AF3305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3305

Black with #AF3305

Text Example


Text Example

White with #AF3305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3305; }

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

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

background-color css

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

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

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

border-color css

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

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

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