Html Css Color HEX #A12C25 Brown

📋 copy color: '#A12C25'

red 161 ◦ green 44 ◦ blue 37

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

Shades of Brown #A12C25

Tints of Brown #A12C25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.29%

R = 66.53%
G = 18.18%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#A12C25 (or 0xA12C25) is known color: Brown. HEX triplet: A1, 2C and 25. RGB value is (161,44,37). Sum of RGB (Red+Green+Blue) = 161+44+37=242 (32% of max value = 765). Red value is 161 (63.28% from 255 or 66.53% from 242); Green value is 44 (17.58% from 255 or 18.18% from 242); Blue value is 37 (14.84% from 255 or 15.29% from 242); Max value from RGB is 161 - color contains mainly: red. Hex color #A12C25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12C25 is #5ED3DA. Grayscale: #4E4E4E. Windows color (decimal): -6214619 or 2436257. OLE color: 2436257.

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

Color convert

RGB 161 44 37 -
CMYK 0 0.73 0.77 0.37
HSL 3.39º 0.63% 0.39% -
HSV(B) 3.39º 0.77% 0.63% -
XYZ 15.93 9.51 2.75 -
YUV 78.19 104.76 187.07 -
System Red Green Blue C M Y K H S L
Decimal 161 44 37 0 0.73 0.77 0.37 3.39 0.63 0.39
Hex A1 2C 25 0 49 4D 25 3 3F 27
Octal 241 54 45 0 111 115 45 3 77 47
Binary 10100001 101100 100101 0 1001001 1001101 100101 11 111111 100111

Color Harmonies of #A12C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12C25

Black with #A12C25

Text Example


Text Example

White with #A12C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12C25; }

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

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

background-color css

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

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

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

border-color css

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

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

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