#A21736

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

Shades of Bright Red #A21736

Tints of Bright Red #A21736

Color information

#A21736 (or 0xA21736) is unknown color: approx Bright Red. HEX triplet: A2, 17 and 36. RGB value is (162,23,54). Sum of RGB (Red+Green+Blue) = 162+23+54=239 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.78% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 54 (21.48% from 255 or 22.59% from 239); Max value from RGB is 162 - color contains mainly: red. Hex color #A21736 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21736 is #5DE8C9. Grayscale: #444444. Windows color (decimal): -6154442 or 3544994. OLE color: 3544994.

HSL color Cylindrical-coordinate representation of color #A21736: hue angle of 346.62º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A21736 is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB1622354-
CMYK00.860.670.36
HSL346.62º75.14%36.27%-
HSV(B)346.62º85.8%63.53%-
XYZ15.878.564.31-
YUV68.1120.05194.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 67.78%
GREEN value IS 23 (9.38% from 255) = 9.62%
BLUE value IS 54 (21.48% from 255) = 22.59%
R=67.78%
G=9.62%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162235400.860.670.36346.6275.1436.27
HexA21736056432415b4b24
Octal242276601261034453311344
Binary10100010101111101100101011010000111001001010110111001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21736; }

 p { color: rgb(162,23,54); }

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

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

 a { background-color: rgb(162,23,54); }

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

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

 span { border-color: rgb(162,23,54); }

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