Html Css Color HEX #A11E3A Bright Red

📋 copy color: '#A11E3A'

red 161 ◦ green 30 ◦ blue 58

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

Shades of Bright Red #A11E3A

Tints of Bright Red #A11E3A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.05%

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

R = 64.66%
G = 12.05%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A11E3A (or 0xA11E3A) is known color: Bright Red. HEX triplet: A1, 1E and 3A. RGB value is (161,30,58). Sum of RGB (Red+Green+Blue) = 161+30+58=249 (32% of max value = 765). Red value is 161 (63.28% from 255 or 64.66% from 249); Green value is 30 (12.11% from 255 or 12.05% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 161 - color contains mainly: red. Hex color #A11E3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A11E3A is #5EE1C5. Grayscale: #484848. Windows color (decimal): -6218182 or 3808929. OLE color: 3808929.

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

Color convert

RGB 161 30 58 -
CMYK 0 0.81 0.64 0.37
HSL 347.18º 0.69% 0.37% -
HSV(B) 347.18º 0.81% 0.63% -
XYZ 15.93 8.81 4.86 -
YUV 72.36 119.9 191.22 -
System Red Green Blue C M Y K H S L
Decimal 161 30 58 0 0.81 0.64 0.37 347.18 0.69 0.37
Hex A1 1E 3A 0 51 40 25 15B 45 25
Octal 241 36 72 0 121 100 45 533 105 45
Binary 10100001 11110 111010 0 1010001 1000000 100101 101011011 1000101 100101

Color Harmonies of #A11E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11E3A

Black with #A11E3A

Text Example


Text Example

White with #A11E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11E3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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