Html Css Color HEX #A1311A Brown

📋 copy color: '#A1311A'

red 161 ◦ green 49 ◦ blue 26

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

Shades of Brown #A1311A

Tints of Brown #A1311A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.76%

 BLUE value IS 26 (10.55% from 255) = 11.02%

R = 68.22%
G = 20.76%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A1311A (or 0xA1311A) is known color: Brown. HEX triplet: A1, 31 and 1A. RGB value is (161,49,26). Sum of RGB (Red+Green+Blue) = 161+49+26=236 (31% of max value = 765). Red value is 161 (63.28% from 255 or 68.22% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 26 (10.55% from 255 or 11.02% from 236); Max value from RGB is 161 - color contains mainly: red. Hex color #A1311A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1311A is #5ECEE5. Grayscale: #505050. Windows color (decimal): -6213350 or 1716641. OLE color: 1716641.

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

Color convert

RGB 161 49 26 -
CMYK 0 0.70 0.84 0.37
HSL 10.22º 0.72% 0.37% -
HSV(B) 10.22º 0.84% 0.63% -
XYZ 15.98 9.85 2.04 -
YUV 79.87 97.61 185.87 -
System Red Green Blue C M Y K H S L
Decimal 161 49 26 0 0.70 0.84 0.37 10.22 0.72 0.37
Hex A1 31 1A 0 46 54 25 A 48 25
Octal 241 61 32 0 106 124 45 12 110 45
Binary 10100001 110001 11010 0 1000110 1010100 100101 1010 1001000 100101

Color Harmonies of #A1311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1311A

Black with #A1311A

Text Example


Text Example

White with #A1311A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1311A; }

 p { color: rgb(161,49,26); }

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

background-color css

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

 a { background-color: rgb(161,49,26); }

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

border-color css

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

 span { border-color: rgb(161,49,26); }

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