#A61D37

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

Shades of Bright Red #A61D37

Tints of Bright Red #A61D37

Color information

#A61D37 (or 0xA61D37) is unknown color: approx Bright Red. HEX triplet: A6, 1D and 37. RGB value is (166,29,55). Sum of RGB (Red+Green+Blue) = 166+29+55=250 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.4% from 250); Green value is 29 (11.72% from 255 or 11.6% from 250); Blue value is 55 (21.88% from 255 or 22% from 250); Max value from RGB is 166 - color contains mainly: red. Hex color #A61D37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A61D37 is #59E2C8. Grayscale: #484848. Windows color (decimal): -5890761 or 3612070. OLE color: 3612070.

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

Color convert

RGB1662955-
CMYK00.830.670.35
HSL348.61º70.26%38.24%-
HSV(B)348.61º82.53%65.1%-
XYZ16.859.264.51-
YUV72.93117.89194.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 66.4%
GREEN value IS 29 (11.72% from 255) = 11.6%
BLUE value IS 55 (21.88% from 255) = 22%
R=66.4%
G=11.6%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166295500.830.670.35348.6170.2638.24
HexA61D37053432315d4626
Octal246356701231034353510646
Binary10100110111011101110101001110000111000111010111011000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61D37; }

 p { color: rgb(166,29,55); }

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

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

 a { background-color: rgb(166,29,55); }

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

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

 span { border-color: rgb(166,29,55); }

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