#A42337

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

Shades of Bright Red #A42337

Tints of Bright Red #A42337

Color information

#A42337 (or 0xA42337) is unknown color: approx Bright Red. HEX triplet: A4, 23 and 37. RGB value is (164,35,55). Sum of RGB (Red+Green+Blue) = 164+35+55=254 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.57% from 254); Green value is 35 (14.06% from 255 or 13.78% from 254); Blue value is 55 (21.88% from 255 or 21.65% from 254); Max value from RGB is 164 - color contains mainly: red. Hex color #A42337 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42337 is #5BDCC8. Grayscale: #4B4B4B. Windows color (decimal): -6020297 or 3613604. OLE color: 3613604.

HSL color Cylindrical-coordinate representation of color #A42337: hue angle of 350.7º degrees, saturation: 0.65, 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 #A42337 is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB1643555-
CMYK00.790.660.36
HSL350.7º64.82%39.02%-
HSV(B)350.7º78.66%64.31%-
XYZ16.69.374.55-
YUV75.85116.24190.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 64.57%
GREEN value IS 35 (14.06% from 255) = 13.78%
BLUE value IS 55 (21.88% from 255) = 21.65%
R=64.57%
G=13.78%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164355500.790.660.36350.764.8239.02
HexA4233704F422415f4127
Octal244436701171024453710147
Binary101001001000111101110100111110000101001001010111111000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42337; }

 p { color: rgb(164,35,55); }

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

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

 a { background-color: rgb(164,35,55); }

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

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

 span { border-color: rgb(164,35,55); }

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