#A61833

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

Shades of Bright Red #A61833

Tints of Bright Red #A61833

Color information

#A61833 (or 0xA61833) is unknown color: approx Bright Red. HEX triplet: A6, 18 and 33. RGB value is (166,24,51). Sum of RGB (Red+Green+Blue) = 166+24+51=241 (31% of max value = 765). Red value is 166 (65.23% from 255 or 68.88% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 51 (20.31% from 255 or 21.16% from 241); Max value from RGB is 166 - color contains mainly: red. Hex color #A61833 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61833 is #59E7CC. Grayscale: #454545. Windows color (decimal): -5892045 or 3348646. OLE color: 3348646.

HSL color Cylindrical-coordinate representation of color #A61833: hue angle of 348.59º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A61833 is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB1662451-
CMYK00.860.690.35
HSL348.59º74.74%37.25%-
HSV(B)348.59º85.54%65.1%-
XYZ16.6593.99-
YUV69.54117.54196.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 68.88%
GREEN value IS 24 (9.77% from 255) = 9.96%
BLUE value IS 51 (20.31% from 255) = 21.16%
R=68.88%
G=9.96%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166245100.860.690.35348.5974.7437.25
HexA61833056452315d4b25
Octal246306301261054353511345
Binary10100110110001100110101011010001011000111010111011001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61833; }

 p { color: rgb(166,24,51); }

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

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

 a { background-color: rgb(166,24,51); }

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

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

 span { border-color: rgb(166,24,51); }

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