#93061A

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

Shades of Carmine #93061A

Tints of Carmine #93061A

Color information

#93061A (or 0x93061A) is unknown color: approx Carmine. HEX triplet: 93, 06 and 1A. RGB value is (147,6,26). Sum of RGB (Red+Green+Blue) = 147+6+26=179 (23% of max value = 765). Red value is 147 (57.81% from 255 or 82.12% from 179); Green value is 6 (2.73% from 255 or 3.35% from 179); Blue value is 26 (10.55% from 255 or 14.53% from 179); Max value from RGB is 147 - color contains mainly: red. Hex color #93061A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93061A is #6CF9E5. Grayscale: #323232. Windows color (decimal): -7141862 or 1705619. OLE color: 1705619.

HSL color Cylindrical-coordinate representation of color #93061A: hue angle of 351.49º 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 #93061A is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB147626-
CMYK00.960.820.42
HSL351.49º92.16%30%-
HSV(B)351.49º95.92%57.65%-
XYZ12.286.411.57-
YUV50.44114.21196.87-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 82.12%
GREEN value IS 6 (2.73% from 255) = 3.35%
BLUE value IS 26 (10.55% from 255) = 14.53%
R=82.12%
G=3.35%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14762600.960.820.42351.4992.1630
Hex9361A060522A15f5c1e
Octal22363201401225253713436
Binary1001001111011010011000001010010101010101011111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93061A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93061A; }

 p { color: rgb(147,6,26); }

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

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

 a { background-color: rgb(147,6,26); }

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

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

 span { border-color: rgb(147,6,26); }

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