Html Css Color HEX #A1273A Bright Red

📋 copy color: '#A1273A'

red 161 ◦ green 39 ◦ blue 58

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

Shades of Bright Red #A1273A

Tints of Bright Red #A1273A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.12%

 BLUE value IS 58 (23.05% from 255) = 22.48%

R = 62.4%
G = 15.12%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A1273A (or 0xA1273A) is known color: Bright Red. HEX triplet: A1, 27 and 3A. RGB value is (161,39,58). Sum of RGB (Red+Green+Blue) = 161+39+58=258 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.40% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 58 (23.05% from 255 or 22.48% from 258); Max value from RGB is 161 - color contains mainly: red. Hex color #A1273A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1273A is #5ED8C5. Grayscale: #4D4D4D. Windows color (decimal): -6215878 or 3811233. OLE color: 3811233.

HSL color Cylindrical-coordinate representation of color #A1273A: hue angle of 350.66º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A1273A is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 39 58 -
CMYK 0 0.76 0.64 0.37
HSL 350.66º 0.61% 0.39% -
HSV(B) 350.66º 0.76% 0.63% -
XYZ 16.19 9.33 4.95 -
YUV 77.64 116.92 187.46 -
System Red Green Blue C M Y K H S L
Decimal 161 39 58 0 0.76 0.64 0.37 350.66 0.61 0.39
Hex A1 27 3A 0 4C 40 25 15F 3D 27
Octal 241 47 72 0 114 100 45 537 75 47
Binary 10100001 100111 111010 0 1001100 1000000 100101 101011111 111101 100111

Color Harmonies of #A1273A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1273A

Black with #A1273A

Text Example


Text Example

White with #A1273A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1273A; }

 p { color: rgb(161,39,58); }

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

background-color css

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

 a { background-color: rgb(161,39,58); }

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

border-color css

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

 span { border-color: rgb(161,39,58); }

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