Html Css Color HEX #A12C1C Brown

📋 copy color: '#A12C1C'

red 161 ◦ green 44 ◦ blue 28

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

Shades of Brown #A12C1C

Tints of Brown #A12C1C

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.88%

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

R = 69.1%
G = 18.88%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A12C1C (or 0xA12C1C) is known color: Brown. HEX triplet: A1, 2C and 1C. RGB value is (161,44,28). Sum of RGB (Red+Green+Blue) = 161+44+28=233 (30% of max value = 765). Red value is 161 (63.28% from 255 or 69.10% from 233); Green value is 44 (17.58% from 255 or 18.88% from 233); Blue value is 28 (11.33% from 255 or 12.02% from 233); Max value from RGB is 161 - color contains mainly: red. Hex color #A12C1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12C1C is #5ED3E3. Grayscale: #4D4D4D. Windows color (decimal): -6214628 or 1846433. OLE color: 1846433.

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

Color convert

RGB 161 44 28 -
CMYK 0 0.73 0.83 0.37
HSL 7.22º 0.7% 0.37% -
HSV(B) 7.22º 0.83% 0.63% -
XYZ 15.81 9.46 2.09 -
YUV 77.16 100.26 187.8 -
System Red Green Blue C M Y K H S L
Decimal 161 44 28 0 0.73 0.83 0.37 7.22 0.7 0.37
Hex A1 2C 1C 0 49 53 25 7 46 25
Octal 241 54 34 0 111 123 45 7 106 45
Binary 10100001 101100 11100 0 1001001 1010011 100101 111 1000110 100101

Color Harmonies of #A12C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12C1C

Black with #A12C1C

Text Example


Text Example

White with #A12C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12C1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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