#A21C2A

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

Shades of Bright Red #A21C2A

Tints of Bright Red #A21C2A

Color information

#A21C2A (or 0xA21C2A) is unknown color: approx Bright Red. HEX triplet: A2, 1C and 2A. RGB value is (162,28,42). Sum of RGB (Red+Green+Blue) = 162+28+42=232 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.83% from 232); Green value is 28 (11.33% from 255 or 12.07% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 162 - color contains mainly: red. Hex color #A21C2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21C2A is #5DE3D5. Grayscale: #454545. Windows color (decimal): -6153174 or 2759842. OLE color: 2759842.

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

Color convert

RGB1622842-
CMYK00.830.740.36
HSL353.73º70.53%37.25%-
HSV(B)353.73º82.72%63.53%-
XYZ15.738.683.04-
YUV69.66112.39193.86-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 69.83%
GREEN value IS 28 (11.33% from 255) = 12.07%
BLUE value IS 42 (16.80% from 255) = 18.10%
R=69.83%
G=12.07%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162284200.830.740.36353.7370.5337.25
HexA21C2A0534A241624725
Octal242345201231124454210745
Binary10100010111001010100101001110010101001001011000101000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21C2A; }

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

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

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

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

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

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

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

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