Html Css Color HEX #A1243A Bright Red

📋 copy color: '#A1243A'

red 161 ◦ green 36 ◦ blue 58

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

Shades of Bright Red #A1243A

Tints of Bright Red #A1243A

RGB

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

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

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

R = 63.14%
G = 14.12%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A1243A (or 0xA1243A) is known color: Bright Red. HEX triplet: A1, 24 and 3A. RGB value is (161,36,58). Sum of RGB (Red+Green+Blue) = 161+36+58=255 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.14% from 255); Green value is 36 (14.45% from 255 or 14.12% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 161 - color contains mainly: red. Hex color #A1243A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1243A is #5EDBC5. Grayscale: #4B4B4B. Windows color (decimal): -6216646 or 3810465. OLE color: 3810465.

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

Color convert

RGB 161 36 58 -
CMYK 0 0.78 0.64 0.37
HSL 349.44º 0.63% 0.39% -
HSV(B) 349.44º 0.78% 0.63% -
XYZ 16.09 9.14 4.92 -
YUV 75.88 117.91 188.71 -
System Red Green Blue C M Y K H S L
Decimal 161 36 58 0 0.78 0.64 0.37 349.44 0.63 0.39
Hex A1 24 3A 0 4E 40 25 15D 3F 27
Octal 241 44 72 0 116 100 45 535 77 47
Binary 10100001 100100 111010 0 1001110 1000000 100101 101011101 111111 100111

Color Harmonies of #A1243A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1243A

Black with #A1243A

Text Example


Text Example

White with #A1243A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1243A; }

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

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

background-color css

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

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

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

border-color css

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

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

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