#A4182B

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

Shades of Bright Red #A4182B

Tints of Bright Red #A4182B

Color information

#A4182B (or 0xA4182B) is unknown color: approx Bright Red. HEX triplet: A4, 18 and 2B. RGB value is (164,24,43). Sum of RGB (Red+Green+Blue) = 164+24+43=231 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.00% from 231); Green value is 24 (9.77% from 255 or 10.39% from 231); Blue value is 43 (17.19% from 255 or 18.61% from 231); Max value from RGB is 164 - color contains mainly: red. Hex color #A4182B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4182B is #5BE7D4. Grayscale: #444444. Windows color (decimal): -6023125 or 2824356. OLE color: 2824356.

HSL color Cylindrical-coordinate representation of color #A4182B: hue angle of 351.86º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A4182B is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB1642443-
CMYK00.850.740.36
HSL351.86º74.47%36.86%-
HSV(B)351.86º85.37%64.31%-
XYZ16.078.723.12-
YUV68.03113.88196.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 71.00%
GREEN value IS 24 (9.77% from 255) = 10.39%
BLUE value IS 43 (17.19% from 255) = 18.61%
R=71.00%
G=10.39%
B=18.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164244300.850.740.36351.8674.4736.86
HexA4182B0554A241604a25
Octal244305301251124454011245
Binary10100100110001010110101010110010101001001011000001001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4182B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4182B; }

 p { color: rgb(164,24,43); }

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

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

 a { background-color: rgb(164,24,43); }

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

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

 span { border-color: rgb(164,24,43); }

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