#A01238

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

Shades of Bright Red #A01238

Tints of Bright Red #A01238

Color information

#A01238 (or 0xA01238) is unknown color: approx Bright Red. HEX triplet: A0, 12 and 38. RGB value is (160,18,56). Sum of RGB (Red+Green+Blue) = 160+18+56=234 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.38% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 56 (22.27% from 255 or 23.93% from 234); Max value from RGB is 160 - color contains mainly: red. Hex color #A01238 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01238 is #5FEDC7. Grayscale: #404040. Windows color (decimal): -6286792 or 3674784. OLE color: 3674784.

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

Color convert

RGB1601856-
CMYK00.890.650.37
HSL343.94º79.78%34.9%-
HSV(B)343.94º88.75%62.75%-
XYZ15.438.194.51-
YUV64.79123.04195.91-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 68.38%
GREEN value IS 18 (7.42% from 255) = 7.69%
BLUE value IS 56 (22.27% from 255) = 23.93%
R=68.38%
G=7.69%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160185600.890.650.37343.9479.7834.9
HexA0123805941251585023
Octal240227001311014553012043
Binary10100000100101110000101100110000011001011010110001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01238; }

 p { color: rgb(160,18,56); }

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

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

 a { background-color: rgb(160,18,56); }

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

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

 span { border-color: rgb(160,18,56); }

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