Html Css Color HEX #A1253A Bright Red

📋 copy color: '#A1253A'

red 161 ◦ green 37 ◦ blue 58

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

Shades of Bright Red #A1253A

Tints of Bright Red #A1253A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.45%

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

R = 62.89%
G = 14.45%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A1253A (or 0xA1253A) is known color: Bright Red. HEX triplet: A1, 25 and 3A. RGB value is (161,37,58). Sum of RGB (Red+Green+Blue) = 161+37+58=256 (33% of max value = 765). Red value is 161 (63.28% from 255 or 62.89% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 161 - color contains mainly: red. Hex color #A1253A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1253A is #5EDAC5. Grayscale: #4C4C4C. Windows color (decimal): -6216390 or 3810721. OLE color: 3810721.

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

Color convert

RGB 161 37 58 -
CMYK 0 0.77 0.64 0.37
HSL 349.84º 0.63% 0.39% -
HSV(B) 349.84º 0.77% 0.63% -
XYZ 16.12 9.21 4.93 -
YUV 76.47 117.58 188.29 -
System Red Green Blue C M Y K H S L
Decimal 161 37 58 0 0.77 0.64 0.37 349.84 0.63 0.39
Hex A1 25 3A 0 4D 40 25 15E 3F 27
Octal 241 45 72 0 115 100 45 536 77 47
Binary 10100001 100101 111010 0 1001101 1000000 100101 101011110 111111 100111

Color Harmonies of #A1253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1253A

Black with #A1253A

Text Example


Text Example

White with #A1253A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1253A; }

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

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

background-color css

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

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

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

border-color css

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

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

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