Html Css Color HEX #AF3B1A Rust

📋 copy color: '#AF3B1A'

red 175 ◦ green 59 ◦ blue 26

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

Shades of Rust #AF3B1A

Tints of Rust #AF3B1A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.69%

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

R = 67.31%
G = 22.69%
B = 10%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF3B1A (or 0xAF3B1A) is known color: Rust. HEX triplet: AF, 3B and 1A. RGB value is (175,59,26). Sum of RGB (Red+Green+Blue) = 175+59+26=260 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.31% from 260); Green value is 59 (23.44% from 255 or 22.69% from 260); Blue value is 26 (10.55% from 255 or 10% from 260); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3B1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3B1A is #50C4E5. Grayscale: #5A5A5A. Windows color (decimal): -5293286 or 1719215. OLE color: 1719215.

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

Color convert

RGB 175 59 26 -
CMYK 0 0.66 0.85 0.31
HSL 13.29º 0.74% 0.39% -
HSV(B) 13.29º 0.85% 0.69% -
XYZ 19.43 12.32 2.33 -
YUV 89.92 91.93 188.68 -
System Red Green Blue C M Y K H S L
Decimal 175 59 26 0 0.66 0.85 0.31 13.29 0.74 0.39
Hex AF 3B 1A 0 42 55 1F D 4A 27
Octal 257 73 32 0 102 125 37 15 112 47
Binary 10101111 111011 11010 0 1000010 1010101 11111 1101 1001010 100111

Color Harmonies of #AF3B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3B1A

Black with #AF3B1A

Text Example


Text Example

White with #AF3B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3B1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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