#A11238

Color #A11238 Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #A11238

Tints of Bright Red #A11238

Color information

#A11238 (or 0xA11238) is unknown color: approx Bright Red. HEX triplet: A1, 12 and 38. RGB value is (161,18,56). Sum of RGB (Red+Green+Blue) = 161+18+56=235 (31% of max value = 765). Red value is 161 (63.28% from 255 or 68.51% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 56 (22.27% from 255 or 23.83% from 235); Max value from RGB is 161 - color contains mainly: red. Hex color #A11238 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11238 is #5EEDC7. Grayscale: #414141. Windows color (decimal): -6221256 or 3674785. OLE color: 3674785.

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

Color convert

RGB1611856-
CMYK00.890.650.37
HSL344.06º79.89%35.1%-
HSV(B)344.06º88.82%63.14%-
XYZ15.638.34.52-
YUV65.09122.88196.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 68.51%
GREEN value IS 18 (7.42% from 255) = 7.66%
BLUE value IS 56 (22.27% from 255) = 23.83%
R=68.51%
G=7.66%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161185600.890.650.37344.0679.8935.1
HexA1123805941251585023
Octal241227001311014553012043
Binary10100001100101110000101100110000011001011010110001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11238; }

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

 H1.HeaderClassName
 {
   color: #A11238;
 }
 .AnyTagClassName
 {
   color: #A11238;
 }
</style>
background-color css

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

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

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

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

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

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