Html Css Color HEX #A0231C Brown

📋 copy color: '#A0231C'

red 160 ◦ green 35 ◦ blue 28

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

Shades of Brown #A0231C

Tints of Brown #A0231C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.7%

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

R = 71.75%
G = 15.7%
B = 12.56%

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

#A0231C (or 0xA0231C) is known color: Brown. HEX triplet: A0, 23 and 1C. RGB value is (160,35,28). Sum of RGB (Red+Green+Blue) = 160+35+28=223 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.75% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 28 (11.33% from 255 or 12.56% from 223); Max value from RGB is 160 - color contains mainly: red. Hex color #A0231C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0231C is #5FDCE3. Grayscale: #474747. Windows color (decimal): -6282468 or 1844128. OLE color: 1844128.

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

Color convert

RGB 160 35 28 -
CMYK 0 0.78 0.82 0.37
HSL 3.18º 0.7% 0.37% -
HSV(B) 3.18º 0.83% 0.63% -
XYZ 15.31 8.76 1.98 -
YUV 71.58 103.41 191.07 -
System Red Green Blue C M Y K H S L
Decimal 160 35 28 0 0.78 0.82 0.37 3.18 0.7 0.37
Hex A0 23 1C 0 4E 52 25 3 46 25
Octal 240 43 34 0 116 122 45 3 106 45
Binary 10100000 100011 11100 0 1001110 1010010 100101 11 1000110 100101

Color Harmonies of #A0231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0231C

Black with #A0231C

Text Example


Text Example

White with #A0231C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0231C; }

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

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

background-color css

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

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

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

border-color css

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

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

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