#A21833

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

Shades of Bright Red #A21833

Tints of Bright Red #A21833

Color information

#A21833 (or 0xA21833) is unknown color: approx Bright Red. HEX triplet: A2, 18 and 33. RGB value is (162,24,51). Sum of RGB (Red+Green+Blue) = 162+24+51=237 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.35% from 237); Green value is 24 (9.77% from 255 or 10.13% from 237); Blue value is 51 (20.31% from 255 or 21.52% from 237); Max value from RGB is 162 - color contains mainly: red. Hex color #A21833 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21833 is #5DE7CC. Grayscale: #444444. Windows color (decimal): -6154189 or 3348642. OLE color: 3348642.

HSL color Cylindrical-coordinate representation of color #A21833: hue angle of 348.26º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A21833 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB1622451-
CMYK00.850.690.36
HSL348.26º74.19%36.47%-
HSV(B)348.26º85.19%63.53%-
XYZ15.828.573.95-
YUV68.34118.22194.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 68.35%
GREEN value IS 24 (9.77% from 255) = 10.13%
BLUE value IS 51 (20.31% from 255) = 21.52%
R=68.35%
G=10.13%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162245100.850.690.36348.2674.1936.47
HexA21833055452415c4a24
Octal242306301251054453411244
Binary10100010110001100110101010110001011001001010111001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21833; }

 p { color: rgb(162,24,51); }

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

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

 a { background-color: rgb(162,24,51); }

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

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

 span { border-color: rgb(162,24,51); }

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