Html Css Color HEX #A42421 Brown

📋 copy color: '#A42421'

red 164 ◦ green 36 ◦ blue 33

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

Shades of Brown #A42421

Tints of Brown #A42421

RGB

 RED value IS 164 (64.45% from 255) = 70.39%

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

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

R = 70.39%
G = 15.45%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A42421 (or 0xA42421) is known color: Brown. HEX triplet: A4, 24 and 21. RGB value is (164,36,33). Sum of RGB (Red+Green+Blue) = 164+36+33=233 (30% of max value = 765). Red value is 164 (64.45% from 255 or 70.39% from 233); Green value is 36 (14.45% from 255 or 15.45% from 233); Blue value is 33 (13.28% from 255 or 14.16% from 233); Max value from RGB is 164 - color contains mainly: red. Hex color #A42421 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42421 is #5BDBDE. Grayscale: #4A4A4A. Windows color (decimal): -6020063 or 2172068. OLE color: 2172068.

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

Color convert

RGB 164 36 33 -
CMYK 0 0.78 0.80 0.36
HSL 1.37º 0.66% 0.39% -
HSV(B) 1.37º 0.8% 0.64% -
XYZ 16.22 9.26 2.37 -
YUV 73.93 104.91 192.24 -
System Red Green Blue C M Y K H S L
Decimal 164 36 33 0 0.78 0.80 0.36 1.37 0.66 0.39
Hex A4 24 21 0 4E 50 24 1 42 27
Octal 244 44 41 0 116 120 44 1 102 47
Binary 10100100 100100 100001 0 1001110 1010000 100100 1 1000010 100111

Color Harmonies of #A42421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42421

Black with #A42421

Text Example


Text Example

White with #A42421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42421; }

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

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

background-color css

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

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

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

border-color css

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

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

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