Html Css Color HEX #A1253C Bright Red

📋 copy color: '#A1253C'

red 161 ◦ green 37 ◦ blue 60

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

Shades of Bright Red #A1253C

Tints of Bright Red #A1253C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.26%

R = 62.4%
G = 14.34%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#A1253C (or 0xA1253C) is known color: Bright Red. HEX triplet: A1, 25 and 3C. RGB value is (161,37,60). Sum of RGB (Red+Green+Blue) = 161+37+60=258 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.40% from 258); Green value is 37 (14.84% from 255 or 14.34% from 258); Blue value is 60 (23.83% from 255 or 23.26% from 258); Max value from RGB is 161 - color contains mainly: red. Hex color #A1253C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1253C is #5EDAC3. Grayscale: #4C4C4C. Windows color (decimal): -6216388 or 3941793. OLE color: 3941793.

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

Color convert

RGB 161 37 60 -
CMYK 0 0.77 0.63 0.37
HSL 348.87º 0.63% 0.39% -
HSV(B) 348.87º 0.77% 0.63% -
XYZ 16.18 9.23 5.2 -
YUV 76.7 118.58 188.13 -
System Red Green Blue C M Y K H S L
Decimal 161 37 60 0 0.77 0.63 0.37 348.87 0.63 0.39
Hex A1 25 3C 0 4D 3F 25 15D 3F 27
Octal 241 45 74 0 115 77 45 535 77 47
Binary 10100001 100101 111100 0 1001101 111111 100101 101011101 111111 100111

Color Harmonies of #A1253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1253C

Black with #A1253C

Text Example


Text Example

White with #A1253C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1253C; }

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

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

background-color css

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

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

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

border-color css

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

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

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