Html Css Color HEX #AF3A1A Rust

📋 copy color: '#AF3A1A'

red 175 ◦ green 58 ◦ blue 26

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

Shades of Rust #AF3A1A

Tints of Rust #AF3A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.04%

R = 67.57%
G = 22.39%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF3A1A (or 0xAF3A1A) is known color: Rust. HEX triplet: AF, 3A and 1A. RGB value is (175,58,26). Sum of RGB (Red+Green+Blue) = 175+58+26=259 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.57% from 259); Green value is 58 (23.05% from 255 or 22.39% from 259); Blue value is 26 (10.55% from 255 or 10.04% from 259); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3A1A is #50C5E5. Grayscale: #595959. Windows color (decimal): -5293542 or 1718959. OLE color: 1718959.

HSL color Cylindrical-coordinate representation of color #AF3A1A: hue angle of 12.89º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF3A1A is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 58 26 -
CMYK 0 0.67 0.85 0.31
HSL 12.89º 0.74% 0.39% -
HSV(B) 12.89º 0.85% 0.69% -
XYZ 19.38 12.21 2.31 -
YUV 89.34 92.26 189.1 -
System Red Green Blue C M Y K H S L
Decimal 175 58 26 0 0.67 0.85 0.31 12.89 0.74 0.39
Hex AF 3A 1A 0 43 55 1F D 4A 27
Octal 257 72 32 0 103 125 37 15 112 47
Binary 10101111 111010 11010 0 1000011 1010101 11111 1101 1001010 100111

Color Harmonies of #AF3A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3A1A

Black with #AF3A1A

Text Example


Text Example

White with #AF3A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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