#A11C3C

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

Shades of Bright Red #A11C3C

Tints of Bright Red #A11C3C

Color information

#A11C3C (or 0xA11C3C) is unknown color: approx Bright Red. HEX triplet: A1, 1C and 3C. RGB value is (161,28,60). Sum of RGB (Red+Green+Blue) = 161+28+60=249 (32% of max value = 765). Red value is 161 (63.28% from 255 or 64.66% from 249); Green value is 28 (11.33% from 255 or 11.24% from 249); Blue value is 60 (23.83% from 255 or 24.10% from 249); Max value from RGB is 161 - color contains mainly: red. Hex color #A11C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A11C3C is #5EE3C3. Grayscale: #474747. Windows color (decimal): -6218692 or 3939489. OLE color: 3939489.

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

Color convert

RGB1612860-
CMYK00.830.630.37
HSL345.56º70.37%37.06%-
HSV(B)345.56º82.61%63.14%-
XYZ15.938.735.12-
YUV71.41121.56191.9-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 64.66%
GREEN value IS 28 (11.33% from 255) = 11.24%
BLUE value IS 60 (23.83% from 255) = 24.10%
R=64.66%
G=11.24%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161286000.830.630.37345.5670.3737.06
HexA11C3C0533F2515a4625
Octal24134740123774553210645
Binary1010000111100111100010100111111111001011010110101000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11C3C; }

 p { color: rgb(161,28,60); }

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

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

 a { background-color: rgb(161,28,60); }

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

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

 span { border-color: rgb(161,28,60); }

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