Html Css Color HEX #A0291B Brown

📋 copy color: '#A0291B'

red 160 ◦ green 41 ◦ blue 27

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

Shades of Brown #A0291B

Tints of Brown #A0291B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.98%

 BLUE value IS 27 (10.94% from 255) = 11.84%

R = 70.18%
G = 17.98%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A0291B (or 0xA0291B) is known color: Brown. HEX triplet: A0, 29 and 1B. RGB value is (160,41,27). Sum of RGB (Red+Green+Blue) = 160+41+27=228 (30% of max value = 765). Red value is 160 (62.89% from 255 or 70.18% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 27 (10.94% from 255 or 11.84% from 228); Max value from RGB is 160 - color contains mainly: red. Hex color #A0291B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0291B is #5FD6E4. Grayscale: #4B4B4B. Windows color (decimal): -6280933 or 1780128. OLE color: 1780128.

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

Color convert

RGB 160 41 27 -
CMYK 0 0.74 0.83 0.37
HSL 6.32º 0.71% 0.37% -
HSV(B) 6.32º 0.83% 0.63% -
XYZ 15.49 9.14 1.98 -
YUV 74.99 100.92 188.64 -
System Red Green Blue C M Y K H S L
Decimal 160 41 27 0 0.74 0.83 0.37 6.32 0.71 0.37
Hex A0 29 1B 0 4A 53 25 6 47 25
Octal 240 51 33 0 112 123 45 6 107 45
Binary 10100000 101001 11011 0 1001010 1010011 100101 110 1000111 100101

Color Harmonies of #A0291B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0291B

Black with #A0291B

Text Example


Text Example

White with #A0291B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0291B; }

 p { color: rgb(160,41,27); }

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

background-color css

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

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

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

border-color css

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

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

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