#A12638

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

Shades of Bright Red #A12638

Tints of Bright Red #A12638

Color information

#A12638 (or 0xA12638) is unknown color: approx Bright Red. HEX triplet: A1, 26 and 38. RGB value is (161,38,56). Sum of RGB (Red+Green+Blue) = 161+38+56=255 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.14% from 255); Green value is 38 (15.23% from 255 or 14.90% from 255); Blue value is 56 (22.27% from 255 or 21.96% from 255); Max value from RGB is 161 - color contains mainly: red. Hex color #A12638 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12638 is #5ED9C7. Grayscale: #4C4C4C. Windows color (decimal): -6216136 or 3679905. OLE color: 3679905.

HSL color Cylindrical-coordinate representation of color #A12638: hue angle of 351.22º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A12638 is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.37.

Color convert

RGB1613856-
CMYK00.760.650.37
HSL351.22º61.81%39.02%-
HSV(B)351.22º76.4%63.14%-
XYZ16.19.254.68-
YUV76.83116.25188.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 63.14%
GREEN value IS 38 (15.23% from 255) = 14.90%
BLUE value IS 56 (22.27% from 255) = 21.96%
R=63.14%
G=14.90%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161385600.760.650.37351.2261.8139.02
HexA1263804C412515f3e27
Octal24146700114101455377647
Binary10100001100110111000010011001000001100101101011111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12638; }

 p { color: rgb(161,38,56); }

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

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

 a { background-color: rgb(161,38,56); }

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

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

 span { border-color: rgb(161,38,56); }

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