Html Css Color HEX #A1293D Bright Red

📋 copy color: '#A1293D'

red 161 ◦ green 41 ◦ blue 61

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

Shades of Bright Red #A1293D

Tints of Bright Red #A1293D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.59%

 BLUE value IS 61 (24.22% from 255) = 23.19%

R = 61.22%
G = 15.59%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A1293D (or 0xA1293D) is known color: Bright Red. HEX triplet: A1, 29 and 3D. RGB value is (161,41,61). Sum of RGB (Red+Green+Blue) = 161+41+61=263 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.22% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 61 (24.22% from 255 or 23.19% from 263); Max value from RGB is 161 - color contains mainly: red. Hex color #A1293D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1293D is #5ED6C2. Grayscale: #4F4F4F. Windows color (decimal): -6215363 or 4008353. OLE color: 4008353.

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

Color convert

RGB 161 41 61 -
CMYK 0 0.75 0.62 0.37
HSL 350º 0.59% 0.4% -
HSV(B) 350º 0.75% 0.63% -
XYZ 16.33 9.5 5.39 -
YUV 79.16 117.76 186.37 -
System Red Green Blue C M Y K H S L
Decimal 161 41 61 0 0.75 0.62 0.37 350 0.59 0.4
Hex A1 29 3D 0 4B 3E 25 15E 3B 28
Octal 241 51 75 0 113 76 45 536 73 50
Binary 10100001 101001 111101 0 1001011 111110 100101 101011110 111011 101000

Color Harmonies of #A1293D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1293D

Black with #A1293D

Text Example


Text Example

White with #A1293D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1293D; }

 p { color: rgb(161,41,61); }

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

background-color css

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

 a { background-color: rgb(161,41,61); }

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

border-color css

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

 span { border-color: rgb(161,41,61); }

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