Html Css Color HEX #A1243C Bright Red

📋 copy color: '#A1243C'

red 161 ◦ green 36 ◦ blue 60

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

Shades of Bright Red #A1243C

Tints of Bright Red #A1243C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.01%

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

R = 62.65%
G = 14.01%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#A1243C (or 0xA1243C) is known color: Bright Red. HEX triplet: A1, 24 and 3C. RGB value is (161,36,60). Sum of RGB (Red+Green+Blue) = 161+36+60=257 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.65% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 161 - color contains mainly: red. Hex color #A1243C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1243C is #5EDBC3. Grayscale: #4C4C4C. Windows color (decimal): -6216644 or 3941537. OLE color: 3941537.

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

Color convert

RGB 161 36 60 -
CMYK 0 0.78 0.63 0.37
HSL 348.48º 0.63% 0.39% -
HSV(B) 348.48º 0.78% 0.63% -
XYZ 16.14 9.17 5.19 -
YUV 76.11 118.91 188.55 -
System Red Green Blue C M Y K H S L
Decimal 161 36 60 0 0.78 0.63 0.37 348.48 0.63 0.39
Hex A1 24 3C 0 4E 3F 25 15C 3F 27
Octal 241 44 74 0 116 77 45 534 77 47
Binary 10100001 100100 111100 0 1001110 111111 100101 101011100 111111 100111

Color Harmonies of #A1243C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1243C

Black with #A1243C

Text Example


Text Example

White with #A1243C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1243C; }

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

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

background-color css

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

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

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

border-color css

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

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

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