Html Css Color HEX #A0251E Brown

📋 copy color: '#A0251E'

red 160 ◦ green 37 ◦ blue 30

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

Shades of Brown #A0251E

Tints of Brown #A0251E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.3%

 BLUE value IS 30 (12.11% from 255) = 13.22%

R = 70.48%
G = 16.3%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A0251E (or 0xA0251E) is known color: Brown. HEX triplet: A0, 25 and 1E. RGB value is (160,37,30). Sum of RGB (Red+Green+Blue) = 160+37+30=227 (30% of max value = 765). Red value is 160 (62.89% from 255 or 70.48% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 30 (12.11% from 255 or 13.22% from 227); Max value from RGB is 160 - color contains mainly: red. Hex color #A0251E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0251E is #5FDAE1. Grayscale: #494949. Windows color (decimal): -6281954 or 1975712. OLE color: 1975712.

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

Color convert

RGB 160 37 30 -
CMYK 0 0.77 0.81 0.37
HSL 3.23º 0.68% 0.37% -
HSV(B) 3.23º 0.81% 0.63% -
XYZ 15.39 8.89 2.13 -
YUV 72.98 103.75 190.07 -
System Red Green Blue C M Y K H S L
Decimal 160 37 30 0 0.77 0.81 0.37 3.23 0.68 0.37
Hex A0 25 1E 0 4D 51 25 3 44 25
Octal 240 45 36 0 115 121 45 3 104 45
Binary 10100000 100101 11110 0 1001101 1010001 100101 11 1000100 100101

Color Harmonies of #A0251E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0251E

Black with #A0251E

Text Example


Text Example

White with #A0251E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0251E; }

 p { color: rgb(160,37,30); }

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

background-color css

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

 a { background-color: rgb(160,37,30); }

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

border-color css

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

 span { border-color: rgb(160,37,30); }

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