#A01934

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

Shades of Bright Red #A01934

Tints of Bright Red #A01934

Color information

#A01934 (or 0xA01934) is unknown color: approx Bright Red. HEX triplet: A0, 19 and 34. RGB value is (160,25,52). Sum of RGB (Red+Green+Blue) = 160+25+52=237 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.51% from 237); Green value is 25 (10.16% from 255 or 10.55% from 237); Blue value is 52 (20.70% from 255 or 21.94% from 237); Max value from RGB is 160 - color contains mainly: red. Hex color #A01934 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01934 is #5FE6CB. Grayscale: #444444. Windows color (decimal): -6285004 or 3414432. OLE color: 3414432.

HSL color Cylindrical-coordinate representation of color #A01934: hue angle of 348º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A01934 is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB1602552-
CMYK00.840.680.37
HSL348º72.97%36.27%-
HSV(B)348º84.38%62.75%-
XYZ15.468.424.06-
YUV68.44118.73193.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 67.51%
GREEN value IS 25 (10.16% from 255) = 10.55%
BLUE value IS 52 (20.70% from 255) = 21.94%
R=67.51%
G=10.55%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160255200.840.680.3734872.9736.27
HexA01934054442515c4924
Octal240316401241044553411144
Binary10100000110011101000101010010001001001011010111001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01934; }

 p { color: rgb(160,25,52); }

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

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

 a { background-color: rgb(160,25,52); }

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

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

 span { border-color: rgb(160,25,52); }

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