Html Css Color HEX #A3271A Brown

📋 copy color: '#A3271A'

red 163 ◦ green 39 ◦ blue 26

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

Shades of Brown #A3271A

Tints of Brown #A3271A

RGB

 RED value IS 163 (64.06% from 255) = 71.49%

 GREEN value IS 39 (15.63% from 255) = 17.11%

 BLUE value IS 26 (10.55% from 255) = 11.4%

R = 71.49%
G = 17.11%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A3271A (or 0xA3271A) is known color: Brown. HEX triplet: A3, 27 and 1A. RGB value is (163,39,26). Sum of RGB (Red+Green+Blue) = 163+39+26=228 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.49% from 228); Green value is 39 (15.62% from 255 or 17.11% from 228); Blue value is 26 (10.55% from 255 or 11.40% from 228); Max value from RGB is 163 - color contains mainly: red. Hex color #A3271A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3271A is #5CD8E5. Grayscale: #4A4A4A. Windows color (decimal): -6084838 or 1714083. OLE color: 1714083.

HSL color Cylindrical-coordinate representation of color #A3271A: hue angle of 5.69º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A3271A is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 39 26 -
CMYK 0 0.76 0.84 0.36
HSL 5.69º 0.72% 0.37% -
HSV(B) 5.69º 0.84% 0.64% -
XYZ 16.02 9.31 1.93 -
YUV 74.59 100.58 191.06 -
System Red Green Blue C M Y K H S L
Decimal 163 39 26 0 0.76 0.84 0.36 5.69 0.72 0.37
Hex A3 27 1A 0 4C 54 24 6 48 25
Octal 243 47 32 0 114 124 44 6 110 45
Binary 10100011 100111 11010 0 1001100 1010100 100100 110 1001000 100101

Color Harmonies of #A3271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3271A

Black with #A3271A

Text Example


Text Example

White with #A3271A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3271A; }

 p { color: rgb(163,39,26); }

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

background-color css

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

 a { background-color: rgb(163,39,26); }

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

border-color css

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

 span { border-color: rgb(163,39,26); }

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