#A3273C

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

Shades of Bright Red #A3273C

Tints of Bright Red #A3273C

Color information

#A3273C (or 0xA3273C) is unknown color: approx Bright Red. HEX triplet: A3, 27 and 3C. RGB value is (163,39,60). Sum of RGB (Red+Green+Blue) = 163+39+60=262 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.21% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 60 (23.83% from 255 or 22.90% from 262); Max value from RGB is 163 - color contains mainly: red. Hex color #A3273C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3273C is #5CD8C3. Grayscale: #4E4E4E. Windows color (decimal): -6084804 or 3942307. OLE color: 3942307.

HSL color Cylindrical-coordinate representation of color #A3273C: hue angle of 349.84º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A3273C is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB1633960-
CMYK00.760.630.36
HSL349.84º61.39%39.61%-
HSV(B)349.84º76.07%63.92%-
XYZ16.659.565.24-
YUV78.47117.58188.29-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 62.21%
GREEN value IS 39 (15.62% from 255) = 14.89%
BLUE value IS 60 (23.83% from 255) = 22.90%
R=62.21%
G=14.89%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163396000.760.630.36349.8461.3939.61
HexA3273C04C3F2415e3d28
Octal2434774011477445367550
Binary1010001110011111110001001100111111100100101011110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3273C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3273C; }

 p { color: rgb(163,39,60); }

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

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

 a { background-color: rgb(163,39,60); }

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

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

 span { border-color: rgb(163,39,60); }

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