Html Css Color HEX #AF3A1F Rust

📋 copy color: '#AF3A1F'

red 175 ◦ green 58 ◦ blue 31

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

Shades of Rust #AF3A1F

Tints of Rust #AF3A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.74%

R = 66.29%
G = 21.97%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF3A1F (or 0xAF3A1F) is known color: Rust. HEX triplet: AF, 3A and 1F. RGB value is (175,58,31). Sum of RGB (Red+Green+Blue) = 175+58+31=264 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.29% from 264); Green value is 58 (23.05% from 255 or 21.97% from 264); Blue value is 31 (12.5% from 255 or 11.74% from 264); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3A1F is #50C5E0. Grayscale: #5A5A5A. Windows color (decimal): -5293537 or 2046639. OLE color: 2046639.

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

Color convert

RGB 175 58 31 -
CMYK 0 0.67 0.82 0.31
HSL 11.25º 0.7% 0.4% -
HSV(B) 11.25º 0.82% 0.69% -
XYZ 19.44 12.24 2.63 -
YUV 89.91 94.76 188.7 -
System Red Green Blue C M Y K H S L
Decimal 175 58 31 0 0.67 0.82 0.31 11.25 0.7 0.4
Hex AF 3A 1F 0 43 52 1F B 46 28
Octal 257 72 37 0 103 122 37 13 106 50
Binary 10101111 111010 11111 0 1000011 1010010 11111 1011 1000110 101000

Color Harmonies of #AF3A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3A1F

Black with #AF3A1F

Text Example


Text Example

White with #AF3A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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