#940125

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

Shades of Carmine #940125

Tints of Carmine #940125

Color information

#940125 (or 0x940125) is unknown color: approx Carmine. HEX triplet: 94, 01 and 25. RGB value is (148,1,37). Sum of RGB (Red+Green+Blue) = 148+1+37=186 (24% of max value = 765). Red value is 148 (58.20% from 255 or 79.57% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 37 (14.84% from 255 or 19.89% from 186); Max value from RGB is 148 - color contains mainly: red. Hex color #940125 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940125 is #6BFEDA. Grayscale: #313131. Windows color (decimal): -7077595 or 2425236. OLE color: 2425236.

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

Color convert

RGB148137-
CMYK00.990.750.42
HSL345.31º98.66%29.22%-
HSV(B)345.31º99.32%58.04%-
XYZ12.566.452.33-
YUV49.06121.2198.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 79.57%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 37 (14.84% from 255) = 19.89%
R=79.57%
G=0.54%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813700.990.750.42345.3198.6629.22
Hex941250634B2A159631d
Octal22414501431135253114335
Binary100101001100101011000111001011101010101011001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940125; }

 p { color: rgb(148,1,37); }

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

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

 a { background-color: rgb(148,1,37); }

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

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

 span { border-color: rgb(148,1,37); }

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