Html Css Color HEX #A13816 Rust

📋 copy color: '#A13816'

red 161 ◦ green 56 ◦ blue 22

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

Shades of Rust #A13816

Tints of Rust #A13816

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.43%

 BLUE value IS 22 (8.98% from 255) = 9.21%

R = 67.36%
G = 23.43%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A13816 (or 0xA13816) is known color: Rust. HEX triplet: A1, 38 and 16. RGB value is (161,56,22). Sum of RGB (Red+Green+Blue) = 161+56+22=239 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.36% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 22 (8.98% from 255 or 9.21% from 239); Max value from RGB is 161 - color contains mainly: red. Hex color #A13816 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13816 is #5EC7E9. Grayscale: #535353. Windows color (decimal): -6211562 or 1456289. OLE color: 1456289.

HSL color Cylindrical-coordinate representation of color #A13816: hue angle of 14.68º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A13816 is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 56 22 -
CMYK 0 0.65 0.86 0.37
HSL 14.68º 0.76% 0.36% -
HSV(B) 14.68º 0.86% 0.63% -
XYZ 16.26 10.46 1.92 -
YUV 83.52 93.29 183.26 -
System Red Green Blue C M Y K H S L
Decimal 161 56 22 0 0.65 0.86 0.37 14.68 0.76 0.36
Hex A1 38 16 0 41 56 25 F 4C 24
Octal 241 70 26 0 101 126 45 17 114 44
Binary 10100001 111000 10110 0 1000001 1010110 100101 1111 1001100 100100

Color Harmonies of #A13816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13816

Black with #A13816

Text Example


Text Example

White with #A13816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13816; }

 p { color: rgb(161,56,22); }

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

background-color css

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

 a { background-color: rgb(161,56,22); }

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

border-color css

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

 span { border-color: rgb(161,56,22); }

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