#a4223c

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

Shades of Bright Red #A4223C

Tints of Bright Red #A4223C

Color information

#A4223C (or 0xA4223C) is unknown color: approx Bright Red. HEX triplet: A4, 22 and 3C. RGB value is (164,34,60). Sum of RGB (Red+Green+Blue) = 164+34+60=258 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.57% from 258); Green value is 34 (13.67% from 255 or 13.18% from 258); Blue value is 60 (23.83% from 255 or 23.26% from 258); Max value from RGB is 164 - color contains mainly: red. Hex color #A4223C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4223C is #5BDDC3. Grayscale: #4B4B4B. Windows color (decimal): -6020548 or 3941028. OLE color: 3941028.

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

Color convert

RGB1643460-
CMYK00.790.630.36
HSL348º65.66%38.82%-
HSV(B)348º79.27%64.31%-
XYZ16.79.365.2-
YUV75.83119.07190.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 63.57%
GREEN value IS 34 (13.67% from 255) = 13.18%
BLUE value IS 60 (23.83% from 255) = 23.26%
R=63.57%
G=13.18%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164346000.790.630.3634865.6638.82
HexA4223C04F3F2415c4227
Octal24442740117774453410247
Binary10100100100010111100010011111111111001001010111001000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4223c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4223c; }

 p { color: rgb(164,34,60); }

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

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

 a { background-color: rgb(164,34,60); }

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

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

 span { border-color: rgb(164,34,60); }

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