#9A061E

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

Shades of Carmine #9A061E

Tints of Carmine #9A061E

Color information

#9A061E (or 0x9A061E) is unknown color: approx Carmine. HEX triplet: 9A, 06 and 1E. RGB value is (154,6,30). Sum of RGB (Red+Green+Blue) = 154+6+30=190 (25% of max value = 765). Red value is 154 (60.55% from 255 or 81.05% from 190); Green value is 6 (2.73% from 255 or 3.16% from 190); Blue value is 30 (12.11% from 255 or 15.79% from 190); Max value from RGB is 154 - color contains mainly: red. Hex color #9A061E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A061E is #65F9E1. Grayscale: #353535. Windows color (decimal): -6683106 or 1967770. OLE color: 1967770.

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

Color convert

RGB154630-
CMYK00.960.810.40
HSL350.27º92.5%31.37%-
HSV(B)350.27º96.1%60.39%-
XYZ13.637.091.88-
YUV52.99115.03200.05-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 81.05%
GREEN value IS 6 (2.73% from 255) = 3.16%
BLUE value IS 30 (12.11% from 255) = 15.79%
R=81.05%
G=3.16%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.81
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15463000.960.810.40350.2792.531.37
Hex9A61E060512815e5c1f
Octal23263601401215053613437
Binary1001101011011110011000001010001101000101011110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A061E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,6,30); }

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

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

 a { background-color: rgb(154,6,30); }

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

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

 span { border-color: rgb(154,6,30); }

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