#A7152A

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

Shades of Bright Red #A7152A

Tints of Bright Red #A7152A

Color information

#A7152A (or 0xA7152A) is unknown color: approx Bright Red. HEX triplet: A7, 15 and 2A. RGB value is (167,21,42). Sum of RGB (Red+Green+Blue) = 167+21+42=230 (30% of max value = 765). Red value is 167 (65.62% from 255 or 72.61% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 42 (16.80% from 255 or 18.26% from 230); Max value from RGB is 167 - color contains mainly: red. Hex color #A7152A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7152A is #58EAD5. Grayscale: #434343. Windows color (decimal): -5827286 or 2758055. OLE color: 2758055.

HSL color Cylindrical-coordinate representation of color #A7152A: hue angle of 351.37º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A7152A is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB1672142-
CMYK00.870.750.35
HSL351.37º77.66%36.86%-
HSV(B)351.37º87.43%65.49%-
XYZ16.628.923.04-
YUV67.05113.87199.29-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 72.61%
GREEN value IS 21 (8.59% from 255) = 9.13%
BLUE value IS 42 (16.80% from 255) = 18.26%
R=72.61%
G=9.13%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167214200.870.750.35351.3777.6636.86
HexA7152A0574B2315f4e25
Octal247255201271134353711645
Binary10100111101011010100101011110010111000111010111111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7152A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7152A; }

 p { color: rgb(167,21,42); }

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

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

 a { background-color: rgb(167,21,42); }

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

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

 span { border-color: rgb(167,21,42); }

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