#a71630

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

Shades of Bright Red #A71630

Tints of Bright Red #A71630

Color information

#A71630 (or 0xA71630) is unknown color: approx Bright Red. HEX triplet: A7, 16 and 30. RGB value is (167,22,48). Sum of RGB (Red+Green+Blue) = 167+22+48=237 (31% of max value = 765). Red value is 167 (65.62% from 255 or 70.46% from 237); Green value is 22 (8.98% from 255 or 9.28% from 237); Blue value is 48 (19.14% from 255 or 20.25% from 237); Max value from RGB is 167 - color contains mainly: red. Hex color #A71630 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A71630 is #58E9CF. Grayscale: #444444. Windows color (decimal): -5827024 or 3151527. OLE color: 3151527.

HSL color Cylindrical-coordinate representation of color #A71630: hue angle of 349.24º degrees, saturation: 0.77, 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 #A71630 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB1672248-
CMYK00.870.710.35
HSL349.24º76.72%37.06%-
HSV(B)349.24º86.83%65.49%-
XYZ16.7693.65-
YUV68.32116.54198.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 70.46%
GREEN value IS 22 (8.98% from 255) = 9.28%
BLUE value IS 48 (19.14% from 255) = 20.25%
R=70.46%
G=9.28%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.71
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167224800.870.710.35349.2476.7237.06
HexA71630057472315d4d25
Octal247266001271074353511545
Binary10100111101101100000101011110001111000111010111011001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a71630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a71630; }

 p { color: rgb(167,22,48); }

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

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

 a { background-color: rgb(167,22,48); }

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

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

 span { border-color: rgb(167,22,48); }

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