Html Css Color HEX #AF3A0A Rust

📋 copy color: '#AF3A0A'

red 175 ◦ green 58 ◦ blue 10

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

Shades of Rust #AF3A0A

Tints of Rust #AF3A0A

RGB

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

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

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

R = 72.02%
G = 23.87%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF3A0A (or 0xAF3A0A) is known color: Rust. HEX triplet: AF, 3A and 0A. RGB value is (175,58,10). Sum of RGB (Red+Green+Blue) = 175+58+10=243 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.02% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 10 (4.30% from 255 or 4.12% from 243); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3A0A is #50C5F5. Grayscale: #575757. Windows color (decimal): -5293558 or 670383. OLE color: 670383.

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

Color convert

RGB 175 58 10 -
CMYK 0 0.67 0.94 0.31
HSL 17.45º 0.89% 0.36% -
HSV(B) 17.45º 0.94% 0.69% -
XYZ 19.25 12.16 1.62 -
YUV 87.51 84.26 190.4 -
System Red Green Blue C M Y K H S L
Decimal 175 58 10 0 0.67 0.94 0.31 17.45 0.89 0.36
Hex AF 3A A 0 43 5E 1F 11 59 24
Octal 257 72 12 0 103 136 37 21 131 44
Binary 10101111 111010 1010 0 1000011 1011110 11111 10001 1011001 100100

Color Harmonies of #AF3A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3A0A

Black with #AF3A0A

Text Example


Text Example

White with #AF3A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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