Html Css Color HEX #A1302A Brown

📋 copy color: '#A1302A'

red 161 ◦ green 48 ◦ blue 42

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

Shades of Brown #A1302A

Tints of Brown #A1302A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.73%

R = 64.14%
G = 19.12%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#A1302A (or 0xA1302A) is known color: Brown. HEX triplet: A1, 30 and 2A. RGB value is (161,48,42). Sum of RGB (Red+Green+Blue) = 161+48+42=251 (33% of max value = 765). Red value is 161 (63.28% from 255 or 64.14% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 161 - color contains mainly: red. Hex color #A1302A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1302A is #5ECFD5. Grayscale: #515151. Windows color (decimal): -6213590 or 2764961. OLE color: 2764961.

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

Color convert

RGB 161 48 42 -
CMYK 0 0.70 0.74 0.37
HSL 3.03º 0.59% 0.4% -
HSV(B) 3.03º 0.74% 0.63% -
XYZ 16.17 9.86 3.24 -
YUV 81.1 105.94 184.99 -
System Red Green Blue C M Y K H S L
Decimal 161 48 42 0 0.70 0.74 0.37 3.03 0.59 0.4
Hex A1 30 2A 0 46 4A 25 3 3B 28
Octal 241 60 52 0 106 112 45 3 73 50
Binary 10100001 110000 101010 0 1000110 1001010 100101 11 111011 101000

Color Harmonies of #A1302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1302A

Black with #A1302A

Text Example


Text Example

White with #A1302A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1302A; }

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

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

background-color css

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

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

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

border-color css

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

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

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