Html Css Color HEX #A0241A Brown

📋 copy color: '#A0241A'

red 160 ◦ green 36 ◦ blue 26

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

Shades of Brown #A0241A

Tints of Brown #A0241A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.71%

R = 72.07%
G = 16.22%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A0241A (or 0xA0241A) is known color: Brown. HEX triplet: A0, 24 and 1A. RGB value is (160,36,26). Sum of RGB (Red+Green+Blue) = 160+36+26=222 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.07% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 26 (10.55% from 255 or 11.71% from 222); Max value from RGB is 160 - color contains mainly: red. Hex color #A0241A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0241A is #5FDBE5. Grayscale: #484848. Windows color (decimal): -6282214 or 1713312. OLE color: 1713312.

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

Color convert

RGB 160 36 26 -
CMYK 0 0.78 0.84 0.37
HSL 4.48º 0.72% 0.36% -
HSV(B) 4.48º 0.84% 0.63% -
XYZ 15.31 8.81 1.87 -
YUV 71.94 102.08 190.81 -
System Red Green Blue C M Y K H S L
Decimal 160 36 26 0 0.78 0.84 0.37 4.48 0.72 0.36
Hex A0 24 1A 0 4E 54 25 4 48 24
Octal 240 44 32 0 116 124 45 4 110 44
Binary 10100000 100100 11010 0 1001110 1010100 100101 100 1001000 100100

Color Harmonies of #A0241A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0241A

Black with #A0241A

Text Example


Text Example

White with #A0241A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0241A; }

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

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

background-color css

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

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

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

border-color css

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

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

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