#A3302B

Color #A3302B Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown #A3302B

Tints of Brown #A3302B

Color information

#A3302B (or 0xA3302B) is unknown color: approx Brown. HEX triplet: A3, 30 and 2B. RGB value is (163,48,43). Sum of RGB (Red+Green+Blue) = 163+48+43=254 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.17% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 163 - color contains mainly: red. Hex color #A3302B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3302B is #5CCFD4. Grayscale: #515151. Windows color (decimal): -6082517 or 2830499. OLE color: 2830499.

HSL color Cylindrical-coordinate representation of color #A3302B: hue angle of 2.5º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A3302B is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB1634843-
CMYK00.710.740.36
HSL2.5º58.25%40.39%-
HSV(B)2.5º73.62%63.92%-
XYZ16.610.073.36-
YUV81.82106.1185.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 64.17%
GREEN value IS 48 (19.14% from 255) = 18.90%
BLUE value IS 43 (17.19% from 255) = 16.93%
R=64.17%
G=18.90%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163484300.710.740.362.558.2540.39
HexA3302B0474A2433a28
Octal243605301071124437250
Binary1010001111000010101101000111100101010010011111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3302B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3302B; }

 p { color: rgb(163,48,43); }

 H1.HeaderClassName
 {
   color: #A3302B;
 }
 .AnyTagClassName
 {
   color: #A3302B;
 }
</style>
background-color css

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

 a { background-color: rgb(163,48,43); }

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

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

 span { border-color: rgb(163,48,43); }

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