#A7202C

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

Shades of Bright Red #A7202C

Tints of Bright Red #A7202C

Color information

#A7202C (or 0xA7202C) is unknown color: approx Bright Red. HEX triplet: A7, 20 and 2C. RGB value is (167,32,44). Sum of RGB (Red+Green+Blue) = 167+32+44=243 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.72% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 44 (17.58% from 255 or 18.11% from 243); Max value from RGB is 167 - color contains mainly: red. Hex color #A7202C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7202C is #58DFD3. Grayscale: #494949. Windows color (decimal): -5824468 or 2891943. OLE color: 2891943.

HSL color Cylindrical-coordinate representation of color #A7202C: hue angle of 354.67º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A7202C is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB1673244-
CMYK00.810.740.35
HSL354.67º67.84%39.02%-
HSV(B)354.67º80.84%65.49%-
XYZ16.919.433.31-
YUV73.73111.23194.52-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 68.72%
GREEN value IS 32 (12.89% from 255) = 13.17%
BLUE value IS 44 (17.58% from 255) = 18.11%
R=68.72%
G=13.17%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.74
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167324400.810.740.35354.6767.8439.02
HexA7202C0514A231634427
Octal247405401211124354310447
Binary101001111000001011000101000110010101000111011000111000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7202C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7202C; }

 p { color: rgb(167,32,44); }

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

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

 a { background-color: rgb(167,32,44); }

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

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

 span { border-color: rgb(167,32,44); }

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