Html Css Color HEX #A1302B Brown

📋 copy color: '#A1302B'

red 161 ◦ green 48 ◦ blue 43

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

Shades of Brown #A1302B

Tints of Brown #A1302B

RGB

 RED value IS 161 (63.28% from 255) = 63.89%

 GREEN value IS 48 (19.14% from 255) = 19.05%

 BLUE value IS 43 (17.19% from 255) = 17.06%

R = 63.89%
G = 19.05%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A1302B (or 0xA1302B) is known color: Brown. HEX triplet: A1, 30 and 2B. RGB value is (161,48,43). Sum of RGB (Red+Green+Blue) = 161+48+43=252 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.89% from 252); Green value is 48 (19.14% from 255 or 19.05% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 161 - color contains mainly: red. Hex color #A1302B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1302B is #5ECFD4. Grayscale: #515151. Windows color (decimal): -6213589 or 2830497. OLE color: 2830497.

HSL color Cylindrical-coordinate representation of color #A1302B: hue angle of 2.54º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A1302B is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 48 43 -
CMYK 0 0.70 0.73 0.37
HSL 2.54º 0.58% 0.4% -
HSV(B) 2.54º 0.73% 0.63% -
XYZ 16.19 9.87 3.34 -
YUV 81.22 106.44 184.91 -
System Red Green Blue C M Y K H S L
Decimal 161 48 43 0 0.70 0.73 0.37 2.54 0.58 0.4
Hex A1 30 2B 0 46 49 25 3 3A 28
Octal 241 60 53 0 106 111 45 3 72 50
Binary 10100001 110000 101011 0 1000110 1001001 100101 11 111010 101000

Color Harmonies of #A1302B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1302B

Black with #A1302B

Text Example


Text Example

White with #A1302B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1302B; }

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

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

background-color css

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

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

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

border-color css

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

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

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