#940A2F

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

Shades of Carmine #940A2F

Tints of Carmine #940A2F

Color information

#940A2F (or 0x940A2F) is unknown color: approx Carmine. HEX triplet: 94, 0A and 2F. RGB value is (148,10,47). Sum of RGB (Red+Green+Blue) = 148+10+47=205 (27% of max value = 765). Red value is 148 (58.20% from 255 or 72.20% from 205); Green value is 10 (4.30% from 255 or 4.88% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 148 - color contains mainly: red. Hex color #940A2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940A2F is #6BF5D0. Grayscale: #373737. Windows color (decimal): -7075281 or 3082900. OLE color: 3082900.

HSL color Cylindrical-coordinate representation of color #940A2F: hue angle of 343.91º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #940A2F is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB1481047-
CMYK00.930.680.42
HSL343.91º87.34%30.98%-
HSV(B)343.91º93.24%58.04%-
XYZ12.836.723.31-
YUV55.48123.22193.99-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 72.20%
GREEN value IS 10 (4.30% from 255) = 4.88%
BLUE value IS 47 (18.75% from 255) = 22.93%
R=72.20%
G=4.88%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148104700.930.680.42343.9187.3430.98
Hex94A2F05D442A158571f
Octal224125701351045253012737
Binary100101001010101111010111011000100101010101011000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940A2F; }

 p { color: rgb(148,10,47); }

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

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

 a { background-color: rgb(148,10,47); }

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

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

 span { border-color: rgb(148,10,47); }

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