#9A071D

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

Shades of Carmine #9A071D

Tints of Carmine #9A071D

Color information

#9A071D (or 0x9A071D) is unknown color: approx Carmine. HEX triplet: 9A, 07 and 1D. RGB value is (154,7,29). Sum of RGB (Red+Green+Blue) = 154+7+29=190 (25% of max value = 765). Red value is 154 (60.55% from 255 or 81.05% from 190); Green value is 7 (3.12% from 255 or 3.68% from 190); Blue value is 29 (11.72% from 255 or 15.26% from 190); Max value from RGB is 154 - color contains mainly: red. Hex color #9A071D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A071D is #65F8E2. Grayscale: #353535. Windows color (decimal): -6682851 or 1902490. OLE color: 1902490.

HSL color Cylindrical-coordinate representation of color #9A071D: hue angle of 351.02º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9A071D is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.40.

Color convert

RGB154729-
CMYK00.950.810.40
HSL351.02º91.3%31.57%-
HSV(B)351.02º95.45%60.39%-
XYZ13.627.111.82-
YUV53.46114.2199.71-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 81.05%
GREEN value IS 7 (3.12% from 255) = 3.68%
BLUE value IS 29 (11.72% from 255) = 15.26%
R=81.05%
G=3.68%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.81
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15472900.950.810.40351.0291.331.57
Hex9A71D05F512815f5b20
Octal23273501371215053713340
Binary10011010111111010101111110100011010001010111111011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A071D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A071D; }

 p { color: rgb(154,7,29); }

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

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

 a { background-color: rgb(154,7,29); }

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

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

 span { border-color: rgb(154,7,29); }

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