#A21731

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

Shades of Bright Red #A21731

Tints of Bright Red #A21731

Color information

#A21731 (or 0xA21731) is unknown color: approx Bright Red. HEX triplet: A2, 17 and 31. RGB value is (162,23,49). Sum of RGB (Red+Green+Blue) = 162+23+49=234 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.23% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 49 (19.53% from 255 or 20.94% from 234); Max value from RGB is 162 - color contains mainly: red. Hex color #A21731 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21731 is #5DE8CE. Grayscale: #434343. Windows color (decimal): -6154447 or 3217314. OLE color: 3217314.

HSL color Cylindrical-coordinate representation of color #A21731: hue angle of 348.78º 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 #A21731 is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB1622349-
CMYK00.860.700.36
HSL348.78º75.14%36.27%-
HSV(B)348.78º85.8%63.53%-
XYZ15.768.523.72-
YUV67.52117.55195.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 69.23%
GREEN value IS 23 (9.38% from 255) = 9.83%
BLUE value IS 49 (19.53% from 255) = 20.94%
R=69.23%
G=9.83%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162234900.860.700.36348.7875.1436.27
HexA21731056462415d4b24
Octal242276101261064453511344
Binary10100010101111100010101011010001101001001010111011001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21731; }

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

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

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

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

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

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

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

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