Html Css Color HEX #AF3A05 Rust

📋 copy color: '#AF3A05'

red 175 ◦ green 58 ◦ blue 5

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

Shades of Rust #AF3A05

Tints of Rust #AF3A05

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.37%

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

R = 73.53%
G = 24.37%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF3A05 (or 0xAF3A05) is known color: Rust. HEX triplet: AF, 3A and 05. RGB value is (175,58,5). Sum of RGB (Red+Green+Blue) = 175+58+5=238 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.53% from 238); Green value is 58 (23.05% from 255 or 24.37% from 238); Blue value is 5 (2.34% from 255 or 2.10% from 238); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3A05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3A05 is #50C5FA. Grayscale: #575757. Windows color (decimal): -5293563 or 342703. OLE color: 342703.

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

Color convert

RGB 175 58 5 -
CMYK 0 0.67 0.97 0.31
HSL 18.71º 0.94% 0.35% -
HSV(B) 18.71º 0.97% 0.69% -
XYZ 19.22 12.15 1.48 -
YUV 86.94 81.76 190.81 -
System Red Green Blue C M Y K H S L
Decimal 175 58 5 0 0.67 0.97 0.31 18.71 0.94 0.35
Hex AF 3A 5 0 43 61 1F 13 5E 23
Octal 257 72 5 0 103 141 37 23 136 43
Binary 10101111 111010 101 0 1000011 1100001 11111 10011 1011110 100011

Color Harmonies of #AF3A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3A05

Black with #AF3A05

Text Example


Text Example

White with #AF3A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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