Html Css Color HEX #A1330E Rust

📋 copy color: '#A1330E'

red 161 ◦ green 51 ◦ blue 14

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

Shades of Rust #A1330E

Tints of Rust #A1330E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.57%

 BLUE value IS 14 (5.86% from 255) = 6.19%

R = 71.24%
G = 22.57%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A1330E (or 0xA1330E) is known color: Rust. HEX triplet: A1, 33 and 0E. RGB value is (161,51,14). Sum of RGB (Red+Green+Blue) = 161+51+14=226 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.24% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 14 (5.86% from 255 or 6.19% from 226); Max value from RGB is 161 - color contains mainly: red. Hex color #A1330E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A1330E is #5ECCF1. Grayscale: #4F4F4F. Windows color (decimal): -6212850 or 930721. OLE color: 930721.

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

Color convert

RGB 161 51 14 -
CMYK 0 0.68 0.91 0.37
HSL 15.1º 0.84% 0.34% -
HSV(B) 15.1º 0.91% 0.63% -
XYZ 15.96 9.98 1.5 -
YUV 79.67 90.94 186.01 -
System Red Green Blue C M Y K H S L
Decimal 161 51 14 0 0.68 0.91 0.37 15.1 0.84 0.34
Hex A1 33 E 0 44 5B 25 F 54 22
Octal 241 63 16 0 104 133 45 17 124 42
Binary 10100001 110011 1110 0 1000100 1011011 100101 1111 1010100 100010

Color Harmonies of #A1330E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1330E

Black with #A1330E

Text Example


Text Example

White with #A1330E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1330E; }

 p { color: rgb(161,51,14); }

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

background-color css

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

 a { background-color: rgb(161,51,14); }

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

border-color css

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

 span { border-color: rgb(161,51,14); }

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