#940D2A

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

Shades of Carmine #940D2A

Tints of Carmine #940D2A

Color information

#940D2A (or 0x940D2A) is unknown color: approx Carmine. HEX triplet: 94, 0D and 2A. RGB value is (148,13,42). Sum of RGB (Red+Green+Blue) = 148+13+42=203 (26% of max value = 765). Red value is 148 (58.20% from 255 or 72.91% from 203); Green value is 13 (5.47% from 255 or 6.40% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 148 - color contains mainly: red. Hex color #940D2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940D2A is #6BF2D5. Grayscale: #383838. Windows color (decimal): -7074518 or 2755988. OLE color: 2755988.

HSL color Cylindrical-coordinate representation of color #940D2A: hue angle of 347.11º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #940D2A is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB1481342-
CMYK00.910.720.42
HSL347.11º83.85%31.57%-
HSV(B)347.11º91.22%58.04%-
XYZ12.776.752.82-
YUV56.67119.73193.14-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 72.91%
GREEN value IS 13 (5.47% from 255) = 6.40%
BLUE value IS 42 (16.80% from 255) = 20.69%
R=72.91%
G=6.40%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148134200.910.720.42347.1183.8531.57
Hex94D2A05B482A15b5420
Octal224155201331105253312440
Binary1001010011011010100101101110010001010101010110111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,13,42); }

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

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

 a { background-color: rgb(148,13,42); }

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

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

 span { border-color: rgb(148,13,42); }

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