#A62238

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

Shades of Bright Red #A62238

Tints of Bright Red #A62238

Color information

#A62238 (or 0xA62238) is unknown color: approx Bright Red. HEX triplet: A6, 22 and 38. RGB value is (166,34,56). Sum of RGB (Red+Green+Blue) = 166+34+56=256 (33% of max value = 765). Red value is 166 (65.23% from 255 or 64.84% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 56 (22.27% from 255 or 21.88% from 256); Max value from RGB is 166 - color contains mainly: red. Hex color #A62238 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62238 is #59DDC7. Grayscale: #4C4C4C. Windows color (decimal): -5889480 or 3678886. OLE color: 3678886.

HSL color Cylindrical-coordinate representation of color #A62238: hue angle of 350º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A62238 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB1663456-
CMYK00.800.660.35
HSL350º66%39.22%-
HSV(B)350º79.52%65.1%-
XYZ17.019.544.69-
YUV75.98116.73192.21-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 64.84%
GREEN value IS 34 (13.67% from 255) = 13.28%
BLUE value IS 56 (22.27% from 255) = 21.88%
R=64.84%
G=13.28%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166345600.800.660.353506639.22
HexA62238050422315e4227
Octal246427001201024353610247
Binary101001101000101110000101000010000101000111010111101000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62238; }

 p { color: rgb(166,34,56); }

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

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

 a { background-color: rgb(166,34,56); }

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

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

 span { border-color: rgb(166,34,56); }

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