#A20038

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

Shades of Carmine #A20038

Tints of Carmine #A20038

Color information

#A20038 (or 0xA20038) is unknown color: approx Carmine. HEX triplet: A2, 00 and 38. RGB value is (162,0,56). Sum of RGB (Red+Green+Blue) = 162+0+56=218 (28% of max value = 765). Red value is 162 (63.67% from 255 or 74.31% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 56 (22.27% from 255 or 25.69% from 218); Max value from RGB is 162 - color contains mainly: red. Hex color #A20038 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20038 is #5DFFC7. Grayscale: #363636. Windows color (decimal): -6160328 or 3670178. OLE color: 3670178.

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

Color convert

RGB162056-
CMYK010.650.36
HSL339.26º100%31.76%-
HSV(B)339.26º100%63.53%-
XYZ15.617.974.46-
YUV54.82128.67204.45-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 74.31%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 56 (22.27% from 255) = 25.69%
R=74.31%
G=0%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162056010.650.36339.2610031.76
HexA203806441241536420
Octal24207001441014452314440
Binary1010001001110000110010010000011001001010100111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20038; }

 p { color: rgb(162,0,56); }

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

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

 a { background-color: rgb(162,0,56); }

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

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

 span { border-color: rgb(162,0,56); }

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