Html Css Color HEX #A11138 Bright Red

📋 copy color: '#A11138'

red 161 ◦ green 17 ◦ blue 56

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

Shades of Bright Red #A11138

Tints of Bright Red #A11138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 23.93%

R = 68.8%
G = 7.26%
B = 23.93%

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

#A11138 (or 0xA11138) is known color: Bright Red. HEX triplet: A1, 11 and 38. RGB value is (161,17,56). Sum of RGB (Red+Green+Blue) = 161+17+56=234 (30% of max value = 765). Red value is 161 (63.28% from 255 or 68.80% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 56 (22.27% from 255 or 23.93% from 234); Max value from RGB is 161 - color contains mainly: red. Hex color #A11138 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11138 is #5EEEC7. Grayscale: #404040. Windows color (decimal): -6221512 or 3674529. OLE color: 3674529.

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

Color convert

RGB 161 17 56 -
CMYK 0 0.89 0.65 0.37
HSL 343.75º 0.81% 0.35% -
HSV(B) 343.75º 0.89% 0.63% -
XYZ 15.61 8.26 4.51 -
YUV 64.5 123.21 196.83 -
System Red Green Blue C M Y K H S L
Decimal 161 17 56 0 0.89 0.65 0.37 343.75 0.81 0.35
Hex A1 11 38 0 59 41 25 158 51 23
Octal 241 21 70 0 131 101 45 530 121 43
Binary 10100001 10001 111000 0 1011001 1000001 100101 101011000 1010001 100011

Color Harmonies of #A11138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11138

Black with #A11138

Text Example


Text Example

White with #A11138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11138; }

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

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

background-color css

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

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

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

border-color css

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

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

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