Html Css Color HEX #A12323 Brown

📋 copy color: '#A12323'

red 161 ◦ green 35 ◦ blue 35

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

Shades of Brown #A12323

Tints of Brown #A12323

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.15%

 BLUE value IS 35 (14.06% from 255) = 15.15%

R = 69.7%
G = 15.15%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A12323 (or 0xA12323) is known color: Brown. HEX triplet: A1, 23 and 23. RGB value is (161,35,35). Sum of RGB (Red+Green+Blue) = 161+35+35=231 (30% of max value = 765). Red value is 161 (63.28% from 255 or 69.70% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 35 (14.06% from 255 or 15.15% from 231); Max value from RGB is 161 - color contains mainly: red. Hex color #A12323 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12323 is #5EDCDC. Grayscale: #484848. Windows color (decimal): -6216925 or 2302881. OLE color: 2302881.

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

Color convert

RGB 161 35 35 -
CMYK 0 0.78 0.78 0.37
HSL 0.64% 0.38% -
HSV(B) 0.78% 0.63% -
XYZ 15.6 8.9 2.49 -
YUV 72.67 106.74 191 -
System Red Green Blue C M Y K H S L
Decimal 161 35 35 0 0.78 0.78 0.37 0 0.64 0.38
Hex A1 23 23 0 4E 4E 25 0 40 26
Octal 241 43 43 0 116 116 45 0 100 46
Binary 10100001 100011 100011 0 1001110 1001110 100101 0 1000000 100110

Color Harmonies of #A12323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12323

Black with #A12323

Text Example


Text Example

White with #A12323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12323; }

 p { color: rgb(161,35,35); }

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

background-color css

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

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

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

border-color css

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

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

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