Html Css Color HEX #A11F1C Brown

📋 copy color: '#A11F1C'

red 161 ◦ green 31 ◦ blue 28

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

Shades of Brown #A11F1C

Tints of Brown #A11F1C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.09%

 BLUE value IS 28 (11.33% from 255) = 12.73%

R = 73.18%
G = 14.09%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A11F1C (or 0xA11F1C) is known color: Brown. HEX triplet: A1, 1F and 1C. RGB value is (161,31,28). Sum of RGB (Red+Green+Blue) = 161+31+28=220 (29% of max value = 765). Red value is 161 (63.28% from 255 or 73.18% from 220); Green value is 31 (12.5% from 255 or 14.09% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 161 - color contains mainly: red. Hex color #A11F1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A11F1C is #5EE0E3. Grayscale: #454545. Windows color (decimal): -6217956 or 1843105. OLE color: 1843105.

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

Color convert

RGB 161 31 28 -
CMYK 0 0.81 0.83 0.37
HSL 1.35º 0.7% 0.37% -
HSV(B) 1.35º 0.83% 0.63% -
XYZ 15.4 8.64 1.95 -
YUV 69.53 104.57 193.24 -
System Red Green Blue C M Y K H S L
Decimal 161 31 28 0 0.81 0.83 0.37 1.35 0.7 0.37
Hex A1 1F 1C 0 51 53 25 1 46 25
Octal 241 37 34 0 121 123 45 1 106 45
Binary 10100001 11111 11100 0 1010001 1010011 100101 1 1000110 100101

Color Harmonies of #A11F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11F1C

Black with #A11F1C

Text Example


Text Example

White with #A11F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11F1C; }

 p { color: rgb(161,31,28); }

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

background-color css

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

 a { background-color: rgb(161,31,28); }

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

border-color css

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

 span { border-color: rgb(161,31,28); }

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