#9A0638

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

Shades of Carmine #9A0638

Tints of Carmine #9A0638

Color information

#9A0638 (or 0x9A0638) is unknown color: approx Carmine. HEX triplet: 9A, 06 and 38. RGB value is (154,6,56). Sum of RGB (Red+Green+Blue) = 154+6+56=216 (28% of max value = 765). Red value is 154 (60.55% from 255 or 71.30% from 216); Green value is 6 (2.73% from 255 or 2.78% from 216); Blue value is 56 (22.27% from 255 or 25.93% from 216); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0638 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0638 is #65F9C7. Grayscale: #373737. Windows color (decimal): -6683080 or 3671706. OLE color: 3671706.

HSL color Cylindrical-coordinate representation of color #9A0638: hue angle of 339.73º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9A0638 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.40.

Color convert

RGB154656-
CMYK00.960.640.40
HSL339.73º92.5%31.37%-
HSV(B)339.73º96.1%60.39%-
XYZ14.117.294.4-
YUV55.95128.03197.93-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 71.30%
GREEN value IS 6 (2.73% from 255) = 2.78%
BLUE value IS 56 (22.27% from 255) = 25.93%
R=71.30%
G=2.78%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.64
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15465600.960.640.40339.7392.531.37
Hex9A63806040281545c1f
Octal23267001401005052413437
Binary10011010110111000011000001000000101000101010100101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A0638; }

 p { color: rgb(154,6,56); }

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

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

 a { background-color: rgb(154,6,56); }

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

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

 span { border-color: rgb(154,6,56); }

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