#A11F3C

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

Shades of Bright Red #A11F3C

Tints of Bright Red #A11F3C

Color information

#A11F3C (or 0xA11F3C) is unknown color: approx Bright Red. HEX triplet: A1, 1F and 3C. RGB value is (161,31,60). Sum of RGB (Red+Green+Blue) = 161+31+60=252 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.89% from 252); Green value is 31 (12.5% from 255 or 12.30% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 161 - color contains mainly: red. Hex color #A11F3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A11F3C is #5EE0C3. Grayscale: #494949. Windows color (decimal): -6217924 or 3940257. OLE color: 3940257.

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

Color convert

RGB1613160-
CMYK00.810.630.37
HSL346.62º67.71%37.65%-
HSV(B)346.62º80.75%63.14%-
XYZ168.885.15-
YUV73.18120.57190.64-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 63.89%
GREEN value IS 31 (12.5% from 255) = 12.30%
BLUE value IS 60 (23.83% from 255) = 23.81%
R=63.89%
G=12.30%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161316000.810.630.37346.6267.7137.65
HexA11F3C0513F2515b4426
Octal24137740121774553310446
Binary1010000111111111100010100011111111001011010110111000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11F3C; }

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

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

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

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

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

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

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

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