Html Css Color HEX #A12421 Brown

📋 copy color: '#A12421'

red 161 ◦ green 36 ◦ blue 33

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

Shades of Brown #A12421

Tints of Brown #A12421

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.65%

 BLUE value IS 33 (13.28% from 255) = 14.35%

R = 70%
G = 15.65%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A12421 (or 0xA12421) is known color: Brown. HEX triplet: A1, 24 and 21. RGB value is (161,36,33). Sum of RGB (Red+Green+Blue) = 161+36+33=230 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70% from 230); Green value is 36 (14.45% from 255 or 15.65% from 230); Blue value is 33 (13.28% from 255 or 14.35% from 230); Max value from RGB is 161 - color contains mainly: red. Hex color #A12421 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12421 is #5EDBDE. Grayscale: #494949. Windows color (decimal): -6216671 or 2172065. OLE color: 2172065.

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

Color convert

RGB 161 36 33 -
CMYK 0 0.78 0.80 0.37
HSL 1.41º 0.66% 0.38% -
HSV(B) 1.41º 0.8% 0.63% -
XYZ 15.6 8.95 2.34 -
YUV 73.03 105.41 190.74 -
System Red Green Blue C M Y K H S L
Decimal 161 36 33 0 0.78 0.80 0.37 1.41 0.66 0.38
Hex A1 24 21 0 4E 50 25 1 42 26
Octal 241 44 41 0 116 120 45 1 102 46
Binary 10100001 100100 100001 0 1001110 1010000 100101 1 1000010 100110

Color Harmonies of #A12421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12421

Black with #A12421

Text Example


Text Example

White with #A12421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12421; }

 p { color: rgb(161,36,33); }

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

background-color css

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

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

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

border-color css

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

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

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