#A21C36

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

Shades of Bright Red #A21C36

Tints of Bright Red #A21C36

Color information

#A21C36 (or 0xA21C36) is unknown color: approx Bright Red. HEX triplet: A2, 1C and 36. RGB value is (162,28,54). Sum of RGB (Red+Green+Blue) = 162+28+54=244 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.39% from 244); Green value is 28 (11.33% from 255 or 11.48% from 244); Blue value is 54 (21.48% from 255 or 22.13% from 244); Max value from RGB is 162 - color contains mainly: red. Hex color #A21C36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21C36 is #5DE3C9. Grayscale: #474747. Windows color (decimal): -6153162 or 3546274. OLE color: 3546274.

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

Color convert

RGB1622854-
CMYK00.830.670.36
HSL348.36º70.53%37.25%-
HSV(B)348.36º82.72%63.53%-
XYZ15.988.784.34-
YUV71.03118.39192.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 66.39%
GREEN value IS 28 (11.33% from 255) = 11.48%
BLUE value IS 54 (21.48% from 255) = 22.13%
R=66.39%
G=11.48%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162285400.830.670.36348.3670.5337.25
HexA21C36053432415c4725
Octal242346601231034453410745
Binary10100010111001101100101001110000111001001010111001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21C36; }

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

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

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

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

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

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

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

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