Html Css Color HEX #A1253E Bright Red

📋 copy color: '#A1253E'

red 161 ◦ green 37 ◦ blue 62

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

Shades of Bright Red #A1253E

Tints of Bright Red #A1253E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.85%

R = 61.92%
G = 14.23%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A1253E (or 0xA1253E) is known color: Bright Red. HEX triplet: A1, 25 and 3E. RGB value is (161,37,62). Sum of RGB (Red+Green+Blue) = 161+37+62=260 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.92% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 62 (24.61% from 255 or 23.85% from 260); Max value from RGB is 161 - color contains mainly: red. Hex color #A1253E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1253E is #5EDAC1. Grayscale: #4C4C4C. Windows color (decimal): -6216386 or 4072865. OLE color: 4072865.

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

Color convert

RGB 161 37 62 -
CMYK 0 0.77 0.61 0.37
HSL 347.9º 0.63% 0.39% -
HSV(B) 347.9º 0.77% 0.63% -
XYZ 16.23 9.25 5.49 -
YUV 76.93 119.58 187.97 -
System Red Green Blue C M Y K H S L
Decimal 161 37 62 0 0.77 0.61 0.37 347.9 0.63 0.39
Hex A1 25 3E 0 4D 3D 25 15C 3F 27
Octal 241 45 76 0 115 75 45 534 77 47
Binary 10100001 100101 111110 0 1001101 111101 100101 101011100 111111 100111

Color Harmonies of #A1253E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1253E

Black with #A1253E

Text Example


Text Example

White with #A1253E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1253E; }

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

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

background-color css

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

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

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

border-color css

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

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

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