Html Css Color HEX #A1301A Brown

📋 copy color: '#A1301A'

red 161 ◦ green 48 ◦ blue 26

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

Shades of Brown #A1301A

Tints of Brown #A1301A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.43%

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

R = 68.51%
G = 20.43%
B = 11.06%

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

#A1301A (or 0xA1301A) is known color: Brown. HEX triplet: A1, 30 and 1A. RGB value is (161,48,26). Sum of RGB (Red+Green+Blue) = 161+48+26=235 (31% of max value = 765). Red value is 161 (63.28% from 255 or 68.51% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 26 (10.55% from 255 or 11.06% from 235); Max value from RGB is 161 - color contains mainly: red. Hex color #A1301A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1301A is #5ECFE5. Grayscale: #4F4F4F. Windows color (decimal): -6213606 or 1716385. OLE color: 1716385.

HSL color Cylindrical-coordinate representation of color #A1301A: hue angle of 9.78º 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 #A1301A is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 48 26 -
CMYK 0 0.70 0.84 0.37
HSL 9.78º 0.72% 0.37% -
HSV(B) 9.78º 0.84% 0.63% -
XYZ 15.94 9.77 2.02 -
YUV 79.28 97.94 186.29 -
System Red Green Blue C M Y K H S L
Decimal 161 48 26 0 0.70 0.84 0.37 9.78 0.72 0.37
Hex A1 30 1A 0 46 54 25 A 48 25
Octal 241 60 32 0 106 124 45 12 110 45
Binary 10100001 110000 11010 0 1000110 1010100 100101 1010 1001000 100101

Color Harmonies of #A1301A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1301A

Black with #A1301A

Text Example


Text Example

White with #A1301A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1301A; }

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

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

background-color css

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

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

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

border-color css

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

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

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