Html Css Color HEX #A1241A Brown

📋 copy color: '#A1241A'

red 161 ◦ green 36 ◦ blue 26

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

Shades of Brown #A1241A

Tints of Brown #A1241A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.14%

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

R = 72.2%
G = 16.14%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A1241A (or 0xA1241A) is known color: Brown. HEX triplet: A1, 24 and 1A. RGB value is (161,36,26). Sum of RGB (Red+Green+Blue) = 161+36+26=223 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.20% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 26 (10.55% from 255 or 11.66% from 223); Max value from RGB is 161 - color contains mainly: red. Hex color #A1241A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1241A is #5EDBE5. Grayscale: #484848. Windows color (decimal): -6216678 or 1713313. OLE color: 1713313.

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

Color convert

RGB 161 36 26 -
CMYK 0 0.78 0.84 0.37
HSL 4.44º 0.72% 0.37% -
HSV(B) 4.44º 0.84% 0.63% -
XYZ 15.52 8.91 1.88 -
YUV 72.24 101.91 191.31 -
System Red Green Blue C M Y K H S L
Decimal 161 36 26 0 0.78 0.84 0.37 4.44 0.72 0.37
Hex A1 24 1A 0 4E 54 25 4 48 25
Octal 241 44 32 0 116 124 45 4 110 45
Binary 10100001 100100 11010 0 1001110 1010100 100101 100 1001000 100101

Color Harmonies of #A1241A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1241A

Black with #A1241A

Text Example


Text Example

White with #A1241A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1241A; }

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

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

background-color css

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

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

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

border-color css

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

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

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