Html Css Color HEX #A42424 Brown

📋 copy color: '#A42424'

red 164 ◦ green 36 ◦ blue 36

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

Shades of Brown #A42424

Tints of Brown #A42424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 15.25%

R = 69.49%
G = 15.25%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A42424 (or 0xA42424) is known color: Brown. HEX triplet: A4, 24 and 24. RGB value is (164,36,36). Sum of RGB (Red+Green+Blue) = 164+36+36=236 (31% of max value = 765). Red value is 164 (64.45% from 255 or 69.49% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 36 (14.45% from 255 or 15.25% from 236); Max value from RGB is 164 - color contains mainly: red. Hex color #A42424 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42424 is #5BDBDB. Grayscale: #4A4A4A. Windows color (decimal): -6020060 or 2368676. OLE color: 2368676.

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

Color convert

RGB 164 36 36 -
CMYK 0 0.78 0.78 0.36
HSL 0.64% 0.39% -
HSV(B) 0.78% 0.64% -
XYZ 16.26 9.28 2.6 -
YUV 74.27 106.41 192 -
System Red Green Blue C M Y K H S L
Decimal 164 36 36 0 0.78 0.78 0.36 0 0.64 0.39
Hex A4 24 24 0 4E 4E 24 0 40 27
Octal 244 44 44 0 116 116 44 0 100 47
Binary 10100100 100100 100100 0 1001110 1001110 100100 0 1000000 100111

Color Harmonies of #A42424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42424

Black with #A42424

Text Example


Text Example

White with #A42424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42424; }

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

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

background-color css

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

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

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

border-color css

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

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

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