#9A0828

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

Shades of Carmine #9A0828

Tints of Carmine #9A0828

Color information

#9A0828 (or 0x9A0828) is unknown color: approx Carmine. HEX triplet: 9A, 08 and 28. RGB value is (154,8,40). Sum of RGB (Red+Green+Blue) = 154+8+40=202 (26% of max value = 765). Red value is 154 (60.55% from 255 or 76.24% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 40 (16.02% from 255 or 19.80% from 202); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0828 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0828 is #65F7D7. Grayscale: #373737. Windows color (decimal): -6682584 or 2623642. OLE color: 2623642.

HSL color Cylindrical-coordinate representation of color #9A0828: hue angle of 346.85º 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 #9A0828 is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB154840-
CMYK00.950.740.40
HSL346.85º90.12%31.76%-
HSV(B)346.85º94.81%60.39%-
XYZ13.87.22.67-
YUV55.3119.37198.4-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 76.24%
GREEN value IS 8 (3.52% from 255) = 3.96%
BLUE value IS 40 (16.02% from 255) = 19.80%
R=76.24%
G=3.96%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.74
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15484000.950.740.40346.8590.1231.76
Hex9A82805F4A2815b5a20
Octal232105001371125053313240
Binary1001101010001010000101111110010101010001010110111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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