Html Css Color HEX #A13614 Rust

📋 copy color: '#A13614'

red 161 ◦ green 54 ◦ blue 20

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

Shades of Rust #A13614

Tints of Rust #A13614

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.98%

 BLUE value IS 20 (8.2% from 255) = 8.51%

R = 68.51%
G = 22.98%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A13614 (or 0xA13614) is known color: Rust. HEX triplet: A1, 36 and 14. RGB value is (161,54,20). Sum of RGB (Red+Green+Blue) = 161+54+20=235 (31% of max value = 765). Red value is 161 (63.28% from 255 or 68.51% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 20 (8.20% from 255 or 8.51% from 235); Max value from RGB is 161 - color contains mainly: red. Hex color #A13614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13614 is #5EC9EB. Grayscale: #525252. Windows color (decimal): -6212076 or 1324705. OLE color: 1324705.

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

Color convert

RGB 161 54 20 -
CMYK 0 0.66 0.88 0.37
HSL 14.47º 0.78% 0.35% -
HSV(B) 14.47º 0.88% 0.63% -
XYZ 16.14 10.27 1.79 -
YUV 82.12 92.95 184.26 -
System Red Green Blue C M Y K H S L
Decimal 161 54 20 0 0.66 0.88 0.37 14.47 0.78 0.35
Hex A1 36 14 0 42 58 25 E 4E 23
Octal 241 66 24 0 102 130 45 16 116 43
Binary 10100001 110110 10100 0 1000010 1011000 100101 1110 1001110 100011

Color Harmonies of #A13614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13614

Black with #A13614

Text Example


Text Example

White with #A13614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13614; }

 p { color: rgb(161,54,20); }

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

background-color css

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

 a { background-color: rgb(161,54,20); }

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

border-color css

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

 span { border-color: rgb(161,54,20); }

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