#9D0323

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

Shades of Carmine #9D0323

Tints of Carmine #9D0323

Color information

#9D0323 (or 0x9D0323) is unknown color: approx Carmine. HEX triplet: 9D, 03 and 23. RGB value is (157,3,35). Sum of RGB (Red+Green+Blue) = 157+3+35=195 (25% of max value = 765). Red value is 157 (61.72% from 255 or 80.51% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 35 (14.06% from 255 or 17.95% from 195); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0323 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0323 is #62FCDC. Grayscale: #343434. Windows color (decimal): -6487261 or 2294685. OLE color: 2294685.

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

Color convert

RGB157335-
CMYK00.980.780.38
HSL347.53º96.25%31.37%-
HSV(B)347.53º98.09%61.57%-
XYZ14.247.352.26-
YUV52.69118.02202.4-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 80.51%
GREEN value IS 3 (1.56% from 255) = 1.54%
BLUE value IS 35 (14.06% from 255) = 17.95%
R=80.51%
G=1.54%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.78
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15733500.980.780.38347.5396.2531.37
Hex9D3230624E2615c601f
Octal23534301421164653414037
Binary1001110111100011011000101001110100110101011100110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,3,35); }

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

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

 a { background-color: rgb(157,3,35); }

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

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

 span { border-color: rgb(157,3,35); }

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