Html Css Color HEX #AF3105 Rust

📋 copy color: '#AF3105'

red 175 ◦ green 49 ◦ blue 5

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

Shades of Rust #AF3105

Tints of Rust #AF3105

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.4%

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

R = 76.42%
G = 21.4%
B = 2.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF3105 (or 0xAF3105) is known color: Rust. HEX triplet: AF, 31 and 05. RGB value is (175,49,5). Sum of RGB (Red+Green+Blue) = 175+49+5=229 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.42% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 5 (2.34% from 255 or 2.18% from 229); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3105 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3105 is #50CEFA. Grayscale: #515151. Windows color (decimal): -5295867 or 340399. OLE color: 340399.

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

Color convert

RGB 175 49 5 -
CMYK 0 0.72 0.97 0.31
HSL 15.53º 0.94% 0.35% -
HSV(B) 15.53º 0.97% 0.69% -
XYZ 18.8 11.32 1.34 -
YUV 81.66 84.74 194.58 -
System Red Green Blue C M Y K H S L
Decimal 175 49 5 0 0.72 0.97 0.31 15.53 0.94 0.35
Hex AF 31 5 0 48 61 1F 10 5E 23
Octal 257 61 5 0 110 141 37 20 136 43
Binary 10101111 110001 101 0 1001000 1100001 11111 10000 1011110 100011

Color Harmonies of #AF3105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3105

Black with #AF3105

Text Example


Text Example

White with #AF3105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3105; }

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

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

background-color css

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

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

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

border-color css

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

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

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