Html Css Color HEX #A3281B Brown

📋 copy color: '#A3281B'

red 163 ◦ green 40 ◦ blue 27

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

Shades of Brown #A3281B

Tints of Brown #A3281B

RGB

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

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

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

R = 70.87%
G = 17.39%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A3281B (or 0xA3281B) is known color: Brown. HEX triplet: A3, 28 and 1B. RGB value is (163,40,27). Sum of RGB (Red+Green+Blue) = 163+40+27=230 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.87% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 27 (10.94% from 255 or 11.74% from 230); Max value from RGB is 163 - color contains mainly: red. Hex color #A3281B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3281B is #5CD7E4. Grayscale: #4B4B4B. Windows color (decimal): -6084581 or 1779875. OLE color: 1779875.

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

Color convert

RGB 163 40 27 -
CMYK 0 0.75 0.83 0.36
HSL 5.74º 0.72% 0.37% -
HSV(B) 5.74º 0.83% 0.64% -
XYZ 16.06 9.38 2 -
YUV 75.3 100.75 190.56 -
System Red Green Blue C M Y K H S L
Decimal 163 40 27 0 0.75 0.83 0.36 5.74 0.72 0.37
Hex A3 28 1B 0 4B 53 24 6 48 25
Octal 243 50 33 0 113 123 44 6 110 45
Binary 10100011 101000 11011 0 1001011 1010011 100100 110 1001000 100101

Color Harmonies of #A3281B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3281B

Black with #A3281B

Text Example


Text Example

White with #A3281B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3281B; }

 p { color: rgb(163,40,27); }

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

background-color css

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

 a { background-color: rgb(163,40,27); }

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

border-color css

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

 span { border-color: rgb(163,40,27); }

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