Html Css Color HEX #A0281F Brown

📋 copy color: '#A0281F'

red 160 ◦ green 40 ◦ blue 31

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

Shades of Brown #A0281F

Tints of Brown #A0281F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.32%

 BLUE value IS 31 (12.5% from 255) = 13.42%

R = 69.26%
G = 17.32%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A0281F (or 0xA0281F) is known color: Brown. HEX triplet: A0, 28 and 1F. RGB value is (160,40,31). Sum of RGB (Red+Green+Blue) = 160+40+31=231 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.26% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 31 (12.5% from 255 or 13.42% from 231); Max value from RGB is 160 - color contains mainly: red. Hex color #A0281F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0281F is #5FD7E0. Grayscale: #4B4B4B. Windows color (decimal): -6281185 or 2042016. OLE color: 2042016.

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

Color convert

RGB 160 40 31 -
CMYK 0 0.75 0.81 0.37
HSL 4.19º 0.68% 0.37% -
HSV(B) 4.19º 0.81% 0.63% -
XYZ 15.5 9.09 2.23 -
YUV 74.85 103.26 188.73 -
System Red Green Blue C M Y K H S L
Decimal 160 40 31 0 0.75 0.81 0.37 4.19 0.68 0.37
Hex A0 28 1F 0 4B 51 25 4 44 25
Octal 240 50 37 0 113 121 45 4 104 45
Binary 10100000 101000 11111 0 1001011 1010001 100101 100 1000100 100101

Color Harmonies of #A0281F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0281F

Black with #A0281F

Text Example


Text Example

White with #A0281F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0281F; }

 p { color: rgb(160,40,31); }

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

background-color css

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

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

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

border-color css

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

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

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