#9A0838

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

Shades of Carmine #9A0838

Tints of Carmine #9A0838

Color information

#9A0838 (or 0x9A0838) is unknown color: approx Carmine. HEX triplet: 9A, 08 and 38. RGB value is (154,8,56). Sum of RGB (Red+Green+Blue) = 154+8+56=218 (28% of max value = 765). Red value is 154 (60.55% from 255 or 70.64% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 56 (22.27% from 255 or 25.69% from 218); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0838 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0838 is #65F7C7. Grayscale: #393939. Windows color (decimal): -6682568 or 3672218. OLE color: 3672218.

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

Color convert

RGB154856-
CMYK00.950.640.40
HSL340.27º90.12%31.76%-
HSV(B)340.27º94.81%60.39%-
XYZ14.137.334.41-
YUV57.13127.37197.1-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 70.64%
GREEN value IS 8 (3.52% from 255) = 3.67%
BLUE value IS 56 (22.27% from 255) = 25.69%
R=70.64%
G=3.67%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.64
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15485600.950.640.40340.2790.1231.76
Hex9A83805F40281545a20
Octal232107001371005052413240
Binary1001101010001110000101111110000001010001010101001011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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