#930025

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

Shades of Carmine #930025

Tints of Carmine #930025

Color information

#930025 (or 0x930025) is unknown color: approx Carmine. HEX triplet: 93, 00 and 25. RGB value is (147,0,37). Sum of RGB (Red+Green+Blue) = 147+0+37=184 (24% of max value = 765). Red value is 147 (57.81% from 255 or 79.89% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 37 (14.84% from 255 or 20.11% from 184); Max value from RGB is 147 - color contains mainly: red. Hex color #930025 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930025 is #6CFFDA. Grayscale: #303030. Windows color (decimal): -7143387 or 2424979. OLE color: 2424979.

HSL color Cylindrical-coordinate representation of color #930025: hue angle of 344.9º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #930025 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB147037-
CMYK010.750.42
HSL344.9º100%28.82%-
HSV(B)344.9º100%57.65%-
XYZ12.376.342.32-
YUV48.17121.7198.49-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 79.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 37 (14.84% from 255) = 20.11%
R=79.89%
G=0%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147037010.750.42344.910028.82
Hex930250644B2A159641d
Octal22304501441135253114435
Binary100100110100101011001001001011101010101011001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930025; }

 p { color: rgb(147,0,37); }

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

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

 a { background-color: rgb(147,0,37); }

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

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

 span { border-color: rgb(147,0,37); }

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