Html Css Color HEX #A13F0F Rust

📋 copy color: '#A13F0F'

red 161 ◦ green 63 ◦ blue 15

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

Shades of Rust #A13F0F

Tints of Rust #A13F0F

RGB

 RED value IS 161 (63.28% from 255) = 67.36%

 GREEN value IS 63 (25% from 255) = 26.36%

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

R = 67.36%
G = 26.36%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A13F0F (or 0xA13F0F) is known color: Rust. HEX triplet: A1, 3F and 0F. RGB value is (161,63,15). Sum of RGB (Red+Green+Blue) = 161+63+15=239 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.36% from 239); Green value is 63 (25% from 255 or 26.36% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 161 - color contains mainly: red. Hex color #A13F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13F0F is #5EC0F0. Grayscale: #575757. Windows color (decimal): -6209777 or 999329. OLE color: 999329.

HSL color Cylindrical-coordinate representation of color #A13F0F: hue angle of 19.73º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A13F0F is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 63 15 -
CMYK 0 0.61 0.91 0.37
HSL 19.73º 0.83% 0.35% -
HSV(B) 19.73º 0.91% 0.63% -
XYZ 16.56 11.17 1.73 -
YUV 86.83 87.47 180.9 -
System Red Green Blue C M Y K H S L
Decimal 161 63 15 0 0.61 0.91 0.37 19.73 0.83 0.35
Hex A1 3F F 0 3D 5B 25 14 53 23
Octal 241 77 17 0 75 133 45 24 123 43
Binary 10100001 111111 1111 0 111101 1011011 100101 10100 1010011 100011

Color Harmonies of #A13F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13F0F

Black with #A13F0F

Text Example


Text Example

White with #A13F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13F0F; }

 p { color: rgb(161,63,15); }

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

background-color css

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

 a { background-color: rgb(161,63,15); }

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

border-color css

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

 span { border-color: rgb(161,63,15); }

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