Html Css Color HEX #AF3A0F Rust

📋 copy color: '#AF3A0F'

red 175 ◦ green 58 ◦ blue 15

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

Shades of Rust #AF3A0F

Tints of Rust #AF3A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.05%

R = 70.56%
G = 23.39%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF3A0F (or 0xAF3A0F) is known color: Rust. HEX triplet: AF, 3A and 0F. RGB value is (175,58,15). Sum of RGB (Red+Green+Blue) = 175+58+15=248 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.56% from 248); Green value is 58 (23.05% from 255 or 23.39% from 248); Blue value is 15 (6.25% from 255 or 6.05% from 248); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3A0F is #50C5F0. Grayscale: #585858. Windows color (decimal): -5293553 or 998063. OLE color: 998063.

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

Color convert

RGB 175 58 15 -
CMYK 0 0.67 0.91 0.31
HSL 16.13º 0.84% 0.37% -
HSV(B) 16.13º 0.91% 0.69% -
XYZ 19.28 12.17 1.79 -
YUV 88.08 86.76 190 -
System Red Green Blue C M Y K H S L
Decimal 175 58 15 0 0.67 0.91 0.31 16.13 0.84 0.37
Hex AF 3A F 0 43 5B 1F 10 54 25
Octal 257 72 17 0 103 133 37 20 124 45
Binary 10101111 111010 1111 0 1000011 1011011 11111 10000 1010100 100101

Color Harmonies of #AF3A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3A0F

Black with #AF3A0F

Text Example


Text Example

White with #AF3A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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