#9A0337

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

Shades of Carmine #9A0337

Tints of Carmine #9A0337

Color information

#9A0337 (or 0x9A0337) is unknown color: approx Carmine. HEX triplet: 9A, 03 and 37. RGB value is (154,3,55). Sum of RGB (Red+Green+Blue) = 154+3+55=212 (28% of max value = 765). Red value is 154 (60.55% from 255 or 72.64% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 55 (21.88% from 255 or 25.94% from 212); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0337 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0337 is #65FCC8. Grayscale: #363636. Windows color (decimal): -6683849 or 3605402. OLE color: 3605402.

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

Color convert

RGB154355-
CMYK00.980.640.40
HSL339.34º96.18%30.78%-
HSV(B)339.34º98.05%60.39%-
XYZ14.057.214.27-
YUV54.08128.53199.27-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 72.64%
GREEN value IS 3 (1.56% from 255) = 1.42%
BLUE value IS 55 (21.88% from 255) = 25.94%
R=72.64%
G=1.42%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.64
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15435500.980.640.40339.3496.1830.78
Hex9A3370624028153601f
Octal23236701421005052314037
Binary1001101011110111011000101000000101000101010011110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,3,55); }

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

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

 a { background-color: rgb(154,3,55); }

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

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

 span { border-color: rgb(154,3,55); }

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