Html Css Color HEX #A0301C Brown

📋 copy color: '#A0301C'

red 160 ◦ green 48 ◦ blue 28

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

Shades of Brown #A0301C

Tints of Brown #A0301C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.34%

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

R = 67.8%
G = 20.34%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A0301C (or 0xA0301C) is known color: Brown. HEX triplet: A0, 30 and 1C. RGB value is (160,48,28). Sum of RGB (Red+Green+Blue) = 160+48+28=236 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.80% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 28 (11.33% from 255 or 11.86% from 236); Max value from RGB is 160 - color contains mainly: red. Hex color #A0301C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0301C is #5FCFE3. Grayscale: #4F4F4F. Windows color (decimal): -6279140 or 1847456. OLE color: 1847456.

HSL color Cylindrical-coordinate representation of color #A0301C: hue angle of 9.09º 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 #A0301C is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 48 28 -
CMYK 0 0.70 0.82 0.37
HSL 9.09º 0.7% 0.37% -
HSV(B) 9.09º 0.83% 0.63% -
XYZ 15.76 9.67 2.13 -
YUV 79.21 99.11 185.63 -
System Red Green Blue C M Y K H S L
Decimal 160 48 28 0 0.70 0.82 0.37 9.09 0.7 0.37
Hex A0 30 1C 0 46 52 25 9 46 25
Octal 240 60 34 0 106 122 45 11 106 45
Binary 10100000 110000 11100 0 1000110 1010010 100101 1001 1000110 100101

Color Harmonies of #A0301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0301C

Black with #A0301C

Text Example


Text Example

White with #A0301C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0301C; }

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

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

background-color css

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

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

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

border-color css

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

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

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