#941524

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

Shades of Carmine #941524

Tints of Carmine #941524

Color information

#941524 (or 0x941524) is unknown color: approx Carmine. HEX triplet: 94, 15 and 24. RGB value is (148,21,36). Sum of RGB (Red+Green+Blue) = 148+21+36=205 (27% of max value = 765). Red value is 148 (58.20% from 255 or 72.20% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 36 (14.45% from 255 or 17.56% from 205); Max value from RGB is 148 - color contains mainly: red. Hex color #941524 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #941524 is #6BEADB. Grayscale: #3C3C3C. Windows color (decimal): -7072476 or 2364820. OLE color: 2364820.

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

Color convert

RGB1482136-
CMYK00.860.760.42
HSL352.91º75.15%33.14%-
HSV(B)352.91º85.81%58.04%-
XYZ12.86.962.34-
YUV60.68114.08190.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 72.20%
GREEN value IS 21 (8.59% from 255) = 10.24%
BLUE value IS 36 (14.45% from 255) = 17.56%
R=72.20%
G=10.24%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148213600.860.760.42352.9175.1533.14
Hex9415240564C2A1614b21
Octal224254401261145254111341
Binary10010100101011001000101011010011001010101011000011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941524; }

 p { color: rgb(148,21,36); }

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

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

 a { background-color: rgb(148,21,36); }

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

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

 span { border-color: rgb(148,21,36); }

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