#9A061C

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

Shades of Carmine #9A061C

Tints of Carmine #9A061C

Color information

#9A061C (or 0x9A061C) is unknown color: approx Carmine. HEX triplet: 9A, 06 and 1C. RGB value is (154,6,28). Sum of RGB (Red+Green+Blue) = 154+6+28=188 (24% of max value = 765). Red value is 154 (60.55% from 255 or 81.91% from 188); Green value is 6 (2.73% from 255 or 3.19% from 188); Blue value is 28 (11.33% from 255 or 14.89% from 188); Max value from RGB is 154 - color contains mainly: red. Hex color #9A061C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A061C is #65F9E3. Grayscale: #343434. Windows color (decimal): -6683108 or 1836698. OLE color: 1836698.

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

Color convert

RGB154628-
CMYK00.960.820.40
HSL351.08º92.5%31.37%-
HSV(B)351.08º96.1%60.39%-
XYZ13.67.081.75-
YUV52.76114.03200.21-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 81.91%
GREEN value IS 6 (2.73% from 255) = 3.19%
BLUE value IS 28 (11.33% from 255) = 14.89%
R=81.91%
G=3.19%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15462800.960.820.40351.0892.531.37
Hex9A61C060522815f5c1f
Octal23263401401225053713437
Binary1001101011011100011000001010010101000101011111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A061C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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