#A21B2A

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

Shades of Bright Red #A21B2A

Tints of Bright Red #A21B2A

Color information

#A21B2A (or 0xA21B2A) is unknown color: approx Bright Red. HEX triplet: A2, 1B and 2A. RGB value is (162,27,42). Sum of RGB (Red+Green+Blue) = 162+27+42=231 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.13% from 231); Green value is 27 (10.94% from 255 or 11.69% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 162 - color contains mainly: red. Hex color #A21B2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21B2A is #5DE4D5. Grayscale: #454545. Windows color (decimal): -6153430 or 2759586. OLE color: 2759586.

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

Color convert

RGB1622742-
CMYK00.830.740.36
HSL353.33º71.43%37.06%-
HSV(B)353.33º83.33%63.53%-
XYZ15.718.633.03-
YUV69.07112.73194.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 70.13%
GREEN value IS 27 (10.94% from 255) = 11.69%
BLUE value IS 42 (16.80% from 255) = 18.18%
R=70.13%
G=11.69%
B=18.18%

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
Decimal162274200.830.740.36353.3371.4337.06
HexA21B2A0534A241614725
Octal242335201231124454110745
Binary10100010110111010100101001110010101001001011000011000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21B2A; }

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

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

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

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

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

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

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

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