Html Css Color HEX #AF4105 Rust

📋 copy color: '#AF4105'

red 175 ◦ green 65 ◦ blue 5

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

Shades of Rust #AF4105

Tints of Rust #AF4105

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.53%

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

R = 71.43%
G = 26.53%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF4105 (or 0xAF4105) is known color: Rust. HEX triplet: AF, 41 and 05. RGB value is (175,65,5). Sum of RGB (Red+Green+Blue) = 175+65+5=245 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.43% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4105 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4105 is #50BEFA. Grayscale: #5B5B5B. Windows color (decimal): -5291771 or 344495. OLE color: 344495.

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

Color convert

RGB 175 65 5 -
CMYK 0 0.63 0.97 0.31
HSL 21.18º 0.94% 0.35% -
HSV(B) 21.18º 0.97% 0.69% -
XYZ 19.6 12.91 1.6 -
YUV 91.05 79.44 187.88 -
System Red Green Blue C M Y K H S L
Decimal 175 65 5 0 0.63 0.97 0.31 21.18 0.94 0.35
Hex AF 41 5 0 3F 61 1F 15 5E 23
Octal 257 101 5 0 77 141 37 25 136 43
Binary 10101111 1000001 101 0 111111 1100001 11111 10101 1011110 100011

Color Harmonies of #AF4105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4105

Black with #AF4105

Text Example


Text Example

White with #AF4105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4105; }

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

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

background-color css

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

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

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

border-color css

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

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

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