#a21b2f

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

Shades of Bright Red #A21B2F

Tints of Bright Red #A21B2F

Color information

#A21B2F (or 0xA21B2F) is unknown color: approx Bright Red. HEX triplet: A2, 1B and 2F. RGB value is (162,27,47). Sum of RGB (Red+Green+Blue) = 162+27+47=236 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.64% from 236); Green value is 27 (10.94% from 255 or 11.44% from 236); Blue value is 47 (18.75% from 255 or 19.92% from 236); Max value from RGB is 162 - color contains mainly: red. Hex color #A21B2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21B2F is #5DE4D0. Grayscale: #454545. Windows color (decimal): -6153425 or 3087266. OLE color: 3087266.

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

Color convert

RGB1622747-
CMYK00.830.710.36
HSL351.11º71.43%37.06%-
HSV(B)351.11º83.33%63.53%-
XYZ15.818.673.53-
YUV69.64115.23193.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 68.64%
GREEN value IS 27 (10.94% from 255) = 11.44%
BLUE value IS 47 (18.75% from 255) = 19.92%
R=68.64%
G=11.44%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162274700.830.710.36351.1171.4337.06
HexA21B2F053472415f4725
Octal242335701231074453710745
Binary10100010110111011110101001110001111001001010111111000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a21b2f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a21b2f; }

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

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

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

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

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

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

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

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