Html Css Color HEX #A11139 Bright Red

📋 copy color: '#A11139'

red 161 ◦ green 17 ◦ blue 57

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

Shades of Bright Red #A11139

Tints of Bright Red #A11139

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.23%

 BLUE value IS 57 (22.66% from 255) = 24.26%

R = 68.51%
G = 7.23%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#A11139 (or 0xA11139) is known color: Bright Red. HEX triplet: A1, 11 and 39. RGB value is (161,17,57). Sum of RGB (Red+Green+Blue) = 161+17+57=235 (31% of max value = 765). Red value is 161 (63.28% from 255 or 68.51% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 57 (22.66% from 255 or 24.26% from 235); Max value from RGB is 161 - color contains mainly: red. Hex color #A11139 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11139 is #5EEEC6. Grayscale: #404040. Windows color (decimal): -6221511 or 3740065. OLE color: 3740065.

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

Color convert

RGB 161 17 57 -
CMYK 0 0.89 0.65 0.37
HSL 343.33º 0.81% 0.35% -
HSV(B) 343.33º 0.89% 0.63% -
XYZ 15.64 8.27 4.64 -
YUV 64.62 123.71 196.75 -
System Red Green Blue C M Y K H S L
Decimal 161 17 57 0 0.89 0.65 0.37 343.33 0.81 0.35
Hex A1 11 39 0 59 41 25 157 51 23
Octal 241 21 71 0 131 101 45 527 121 43
Binary 10100001 10001 111001 0 1011001 1000001 100101 101010111 1010001 100011

Color Harmonies of #A11139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11139

Black with #A11139

Text Example


Text Example

White with #A11139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11139; }

 p { color: rgb(161,17,57); }

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

background-color css

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

 a { background-color: rgb(161,17,57); }

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

border-color css

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

 span { border-color: rgb(161,17,57); }

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