#94062B

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

Shades of Carmine #94062B

Tints of Carmine #94062B

Color information

#94062B (or 0x94062B) is unknown color: approx Carmine. HEX triplet: 94, 06 and 2B. RGB value is (148,6,43). Sum of RGB (Red+Green+Blue) = 148+6+43=197 (26% of max value = 765). Red value is 148 (58.20% from 255 or 75.13% from 197); Green value is 6 (2.73% from 255 or 3.05% from 197); Blue value is 43 (17.19% from 255 or 21.83% from 197); Max value from RGB is 148 - color contains mainly: red. Hex color #94062B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94062B is #6BF9D4. Grayscale: #343434. Windows color (decimal): -7076309 or 2819732. OLE color: 2819732.

HSL color Cylindrical-coordinate representation of color #94062B: hue angle of 344.37º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #94062B is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB148643-
CMYK00.960.710.42
HSL344.37º92.21%30.2%-
HSV(B)344.37º95.95%58.04%-
XYZ12.716.62.89-
YUV52.68122.54195.99-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 75.13%
GREEN value IS 6 (2.73% from 255) = 3.05%
BLUE value IS 43 (17.19% from 255) = 21.83%
R=75.13%
G=3.05%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14864300.960.710.42344.3792.2130.2
Hex9462B060472A1585c1e
Octal22465301401075253013436
Binary10010100110101011011000001000111101010101011000101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94062B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94062B; }

 p { color: rgb(148,6,43); }

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

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

 a { background-color: rgb(148,6,43); }

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

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

 span { border-color: rgb(148,6,43); }

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