#A2222E

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

Shades of Bright Red #A2222E

Tints of Bright Red #A2222E

Color information

#A2222E (or 0xA2222E) is unknown color: approx Bright Red. HEX triplet: A2, 22 and 2E. RGB value is (162,34,46). Sum of RGB (Red+Green+Blue) = 162+34+46=242 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.94% from 242); Green value is 34 (13.67% from 255 or 14.05% from 242); Blue value is 46 (18.36% from 255 or 19.01% from 242); Max value from RGB is 162 - color contains mainly: red. Hex color #A2222E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2222E is #5DDDD1. Grayscale: #494949. Windows color (decimal): -6151634 or 3023522. OLE color: 3023522.

HSL color Cylindrical-coordinate representation of color #A2222E: hue angle of 354.38º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A2222E is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB1623446-
CMYK00.790.720.36
HSL354.38º65.31%38.43%-
HSV(B)354.38º79.01%63.53%-
XYZ15.979.023.48-
YUV73.64112.41191.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 66.94%
GREEN value IS 34 (13.67% from 255) = 14.05%
BLUE value IS 46 (18.36% from 255) = 19.01%
R=66.94%
G=14.05%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162344600.790.720.36354.3865.3138.43
HexA2222E04F48241624126
Octal242425601171104454210146
Binary101000101000101011100100111110010001001001011000101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2222E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2222E; }

 p { color: rgb(162,34,46); }

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

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

 a { background-color: rgb(162,34,46); }

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

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

 span { border-color: rgb(162,34,46); }

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