Shades of Carmine #93072A
Tints of Carmine #93072A
RGB
CMYK
RGB Variations
Color information
#93072A (or 0x93072A) is known color: Carmine. HEX triplet: 93, 07 and 2A. RGB value is (147,7,42). Sum of RGB (Red+Green+Blue) = 147+7+42=196 (25% of max value = 765). Red value is 147 (57.81% from 255 or 75% from 196); Green value is 7 (3.12% from 255 or 3.57% from 196); Blue value is 42 (16.80% from 255 or 21.43% from 196); Max value from RGB is 147 - color contains mainly: red. Hex color #93072A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93072A is #6CF8D5. Grayscale: #343434. Windows color (decimal): -7141590 or 2754451. OLE color: 2754451.
HSL color Cylindrical-coordinate representation of color #93072A: hue angle of 345º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #93072A is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 7 | 42 | - |
| CMYK | 0 | 0.95 | 0.71 | 0.42 |
| HSL | 345º | 0.91% | 0.3% | - |
| HSV(B) | 345º | 0.95% | 0.58% | - |
| XYZ | 12.53 | 6.52 | 2.79 | - |
| YUV | 52.85 | 121.88 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 7 | 42 | 0 | 0.95 | 0.71 | 0.42 | 345 | 0.91 | 0.3 |
| Hex | 93 | 7 | 2A | 0 | 5F | 47 | 2A | 159 | 5B | 1E |
| Octal | 223 | 7 | 52 | 0 | 137 | 107 | 52 | 531 | 133 | 36 |
| Binary | 10010011 | 111 | 101010 | 0 | 1011111 | 1000111 | 101010 | 101011001 | 1011011 | 11110 |
Color Harmonies of #93072A
Complementary color
Monochromatic Colors of #93072A
Black with #93072A
Text Example
Text Example
White with #93072A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93072A; }
p { color: rgb(147,7,42); }
H1.HeaderClassName
{
color: #93072A;
}
.AnyTagClassName
{
color: #93072A;
}
</style>
background-color css
<style>
a { background-color: #93072A; }
a { background-color: rgb(147,7,42); }
div.DivClassName
{
background-color: #93072A;
}
.BgClassName
{
background-color: #93072A;
}
</style>
border-color css
<style>
span { border-color: #93072A; }
span { border-color: rgb(147,7,42); }
td.TdClassName
{
border-color: #93072A;
}
.TagClassName
{
border-color: #93072A;
}
</style>