Html Css Color HEX #A1293F Bright Red

📋 copy color: '#A1293F'

red 161 ◦ green 41 ◦ blue 63

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

Shades of Bright Red #A1293F

Tints of Bright Red #A1293F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.77%

R = 60.75%
G = 15.47%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A1293F (or 0xA1293F) is known color: Bright Red. HEX triplet: A1, 29 and 3F. RGB value is (161,41,63). Sum of RGB (Red+Green+Blue) = 161+41+63=265 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.75% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 161 - color contains mainly: red. Hex color #A1293F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1293F is #5ED6C0. Grayscale: #4F4F4F. Windows color (decimal): -6215361 or 4139425. OLE color: 4139425.

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

Color convert

RGB 161 41 63 -
CMYK 0 0.75 0.61 0.37
HSL 349º 0.59% 0.4% -
HSV(B) 349º 0.75% 0.63% -
XYZ 16.39 9.52 5.68 -
YUV 79.39 118.76 186.21 -
System Red Green Blue C M Y K H S L
Decimal 161 41 63 0 0.75 0.61 0.37 349 0.59 0.4
Hex A1 29 3F 0 4B 3D 25 15D 3B 28
Octal 241 51 77 0 113 75 45 535 73 50
Binary 10100001 101001 111111 0 1001011 111101 100101 101011101 111011 101000

Color Harmonies of #A1293F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1293F

Black with #A1293F

Text Example


Text Example

White with #A1293F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1293F; }

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

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

background-color css

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

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

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

border-color css

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

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

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