Html Css Color HEX #A02424 Brown

📋 copy color: '#A02424'

red 160 ◦ green 36 ◦ blue 36

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

Shades of Brown #A02424

Tints of Brown #A02424

RGB

 RED value IS 160 (62.89% from 255) = 68.97%

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

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

R = 68.97%
G = 15.52%
B = 15.52%

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

#A02424 (or 0xA02424) is known color: Brown. HEX triplet: A0, 24 and 24. RGB value is (160,36,36). Sum of RGB (Red+Green+Blue) = 160+36+36=232 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.97% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 36 (14.45% from 255 or 15.52% from 232); Max value from RGB is 160 - color contains mainly: red. Hex color #A02424 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02424 is #5FDBDB. Grayscale: #494949. Windows color (decimal): -6282204 or 2368672. OLE color: 2368672.

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

Color convert

RGB 160 36 36 -
CMYK 0 0.78 0.78 0.37
HSL 0.63% 0.38% -
HSV(B) 0.78% 0.63% -
XYZ 15.45 8.86 2.57 -
YUV 73.08 107.08 190 -
System Red Green Blue C M Y K H S L
Decimal 160 36 36 0 0.78 0.78 0.37 0 0.63 0.38
Hex A0 24 24 0 4E 4E 25 0 3F 26
Octal 240 44 44 0 116 116 45 0 77 46
Binary 10100000 100100 100100 0 1001110 1001110 100101 0 111111 100110

Color Harmonies of #A02424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02424

Black with #A02424

Text Example


Text Example

White with #A02424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02424; }

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

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

background-color css

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

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

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

border-color css

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

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

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