Html Css Color HEX #A0241C Brown

📋 copy color: '#A0241C'

red 160 ◦ green 36 ◦ blue 28

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

Shades of Brown #A0241C

Tints of Brown #A0241C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.5%

R = 71.43%
G = 16.07%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A0241C (or 0xA0241C) is known color: Brown. HEX triplet: A0, 24 and 1C. RGB value is (160,36,28). Sum of RGB (Red+Green+Blue) = 160+36+28=224 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.43% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 28 (11.33% from 255 or 12.5% from 224); Max value from RGB is 160 - color contains mainly: red. Hex color #A0241C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0241C is #5FDBE3. Grayscale: #484848. Windows color (decimal): -6282212 or 1844384. OLE color: 1844384.

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

Color convert

RGB 160 36 28 -
CMYK 0 0.78 0.82 0.37
HSL 3.64º 0.7% 0.37% -
HSV(B) 3.64º 0.83% 0.63% -
XYZ 15.34 8.82 1.99 -
YUV 72.16 103.08 190.65 -
System Red Green Blue C M Y K H S L
Decimal 160 36 28 0 0.78 0.82 0.37 3.64 0.7 0.37
Hex A0 24 1C 0 4E 52 25 4 46 25
Octal 240 44 34 0 116 122 45 4 106 45
Binary 10100000 100100 11100 0 1001110 1010010 100101 100 1000110 100101

Color Harmonies of #A0241C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0241C

Black with #A0241C

Text Example


Text Example

White with #A0241C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0241C; }

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

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

background-color css

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

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

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

border-color css

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

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

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