#930a22

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

Shades of Carmine #930A22

Tints of Carmine #930A22

Color information

#930A22 (or 0x930A22) is unknown color: approx Carmine. HEX triplet: 93, 0A and 22. RGB value is (147,10,34). Sum of RGB (Red+Green+Blue) = 147+10+34=191 (25% of max value = 765). Red value is 147 (57.81% from 255 or 76.96% from 191); Green value is 10 (4.30% from 255 or 5.24% from 191); Blue value is 34 (13.67% from 255 or 17.80% from 191); Max value from RGB is 147 - color contains mainly: red. Hex color #930A22 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930A22 is #6CF5DD. Grayscale: #353535. Windows color (decimal): -7140830 or 2230931. OLE color: 2230931.

HSL color Cylindrical-coordinate representation of color #930A22: hue angle of 349.49º 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 #930A22 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB1471034-
CMYK00.930.770.42
HSL349.49º87.26%30.78%-
HSV(B)349.49º93.2%57.65%-
XYZ12.436.542.12-
YUV53.7116.89194.55-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 76.96%
GREEN value IS 10 (4.30% from 255) = 5.24%
BLUE value IS 34 (13.67% from 255) = 17.80%
R=76.96%
G=5.24%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.77
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147103400.930.770.42349.4987.2630.78
Hex93A2205D4D2A15d571f
Octal223124201351155253512737
Binary100100111010100010010111011001101101010101011101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930a22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930a22; }

 p { color: rgb(147,10,34); }

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

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

 a { background-color: rgb(147,10,34); }

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

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

 span { border-color: rgb(147,10,34); }

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