Html Css Color HEX #AF3B0A Rust

📋 copy color: '#AF3B0A'

red 175 ◦ green 59 ◦ blue 10

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

Shades of Rust #AF3B0A

Tints of Rust #AF3B0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.1%

R = 71.72%
G = 24.18%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF3B0A (or 0xAF3B0A) is known color: Rust. HEX triplet: AF, 3B and 0A. RGB value is (175,59,10). Sum of RGB (Red+Green+Blue) = 175+59+10=244 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.72% from 244); Green value is 59 (23.44% from 255 or 24.18% from 244); Blue value is 10 (4.30% from 255 or 4.10% from 244); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3B0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3B0A is #50C4F5. Grayscale: #585858. Windows color (decimal): -5293302 or 670639. OLE color: 670639.

HSL color Cylindrical-coordinate representation of color #AF3B0A: hue angle of 17.82º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF3B0A is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 59 10 -
CMYK 0 0.66 0.94 0.31
HSL 17.82º 0.89% 0.36% -
HSV(B) 17.82º 0.94% 0.69% -
XYZ 19.3 12.26 1.64 -
YUV 88.1 83.93 189.98 -
System Red Green Blue C M Y K H S L
Decimal 175 59 10 0 0.66 0.94 0.31 17.82 0.89 0.36
Hex AF 3B A 0 42 5E 1F 12 59 24
Octal 257 73 12 0 102 136 37 22 131 44
Binary 10101111 111011 1010 0 1000010 1011110 11111 10010 1011001 100100

Color Harmonies of #AF3B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3B0A

Black with #AF3B0A

Text Example


Text Example

White with #AF3B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3B0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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