Html Css Color HEX #A1502B Sienna

📋 copy color: '#A1502B'

red 161 ◦ green 80 ◦ blue 43

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

Shades of Sienna #A1502B

Tints of Sienna #A1502B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.17%

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

R = 56.69%
G = 28.17%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A1502B (or 0xA1502B) is known color: Sienna. HEX triplet: A1, 50 and 2B. RGB value is (161,80,43). Sum of RGB (Red+Green+Blue) = 161+80+43=284 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.69% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 43 (17.19% from 255 or 15.14% from 284); Max value from RGB is 161 - color contains mainly: red. Hex color #A1502B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1502B is #5EAFD4. Grayscale: #646464. Windows color (decimal): -6205397 or 2838689. OLE color: 2838689.

HSL color Cylindrical-coordinate representation of color #A1502B: hue angle of 18.81º 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 #A1502B is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 80 43 -
CMYK 0 0.50 0.73 0.37
HSL 18.81º 0.58% 0.4% -
HSV(B) 18.81º 0.73% 0.63% -
XYZ 18 13.49 3.94 -
YUV 100 95.84 171.51 -
System Red Green Blue C M Y K H S L
Decimal 161 80 43 0 0.50 0.73 0.37 18.81 0.58 0.4
Hex A1 50 2B 0 32 49 25 13 3A 28
Octal 241 120 53 0 62 111 45 23 72 50
Binary 10100001 1010000 101011 0 110010 1001001 100101 10011 111010 101000

Color Harmonies of #A1502B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1502B

Black with #A1502B

Text Example


Text Example

White with #A1502B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1502B; }

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

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

background-color css

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

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

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

border-color css

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

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

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