#A21135

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

Shades of Bright Red #A21135

Tints of Bright Red #A21135

Color information

#A21135 (or 0xA21135) is unknown color: approx Bright Red. HEX triplet: A2, 11 and 35. RGB value is (162,17,53). Sum of RGB (Red+Green+Blue) = 162+17+53=232 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.83% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 53 (21.09% from 255 or 22.84% from 232); Max value from RGB is 162 - color contains mainly: red. Hex color #A21135 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21135 is #5DEECA. Grayscale: #404040. Windows color (decimal): -6155979 or 3477922. OLE color: 3477922.

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

Color convert

RGB1621753-
CMYK00.900.670.36
HSL345.1º81.01%35.1%-
HSV(B)345.1º89.51%63.53%-
XYZ15.748.344.15-
YUV64.46121.54197.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 69.83%
GREEN value IS 17 (7.03% from 255) = 7.33%
BLUE value IS 53 (21.09% from 255) = 22.84%
R=69.83%
G=7.33%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162175300.900.670.36345.181.0135.1
HexA2113505A43241595123
Octal242216501321034453112143
Binary10100010100011101010101101010000111001001010110011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21135; }

 p { color: rgb(162,17,53); }

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

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

 a { background-color: rgb(162,17,53); }

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

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

 span { border-color: rgb(162,17,53); }

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