Html Css Color HEX #A12E1C Brown

📋 copy color: '#A12E1C'

red 161 ◦ green 46 ◦ blue 28

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

Shades of Brown #A12E1C

Tints of Brown #A12E1C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.57%

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

R = 68.51%
G = 19.57%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A12E1C (or 0xA12E1C) is known color: Brown. HEX triplet: A1, 2E and 1C. RGB value is (161,46,28). Sum of RGB (Red+Green+Blue) = 161+46+28=235 (31% of max value = 765). Red value is 161 (63.28% from 255 or 68.51% from 235); Green value is 46 (18.36% from 255 or 19.57% from 235); Blue value is 28 (11.33% from 255 or 11.91% from 235); Max value from RGB is 161 - color contains mainly: red. Hex color #A12E1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12E1C is #5ED1E3. Grayscale: #4E4E4E. Windows color (decimal): -6214116 or 1846945. OLE color: 1846945.

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

Color convert

RGB 161 46 28 -
CMYK 0 0.71 0.83 0.37
HSL 8.12º 0.7% 0.37% -
HSV(B) 8.12º 0.83% 0.63% -
XYZ 15.88 9.61 2.12 -
YUV 78.33 99.6 186.96 -
System Red Green Blue C M Y K H S L
Decimal 161 46 28 0 0.71 0.83 0.37 8.12 0.7 0.37
Hex A1 2E 1C 0 47 53 25 8 46 25
Octal 241 56 34 0 107 123 45 10 106 45
Binary 10100001 101110 11100 0 1000111 1010011 100101 1000 1000110 100101

Color Harmonies of #A12E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12E1C

Black with #A12E1C

Text Example


Text Example

White with #A12E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12E1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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