#9C083A

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

Shades of Carmine #9C083A

Tints of Carmine #9C083A

Color information

#9C083A (or 0x9C083A) is unknown color: approx Carmine. HEX triplet: 9C, 08 and 3A. RGB value is (156,8,58). Sum of RGB (Red+Green+Blue) = 156+8+58=222 (29% of max value = 765). Red value is 156 (61.33% from 255 or 70.27% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 156 - color contains mainly: red. Hex color #9C083A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C083A is #63F7C5. Grayscale: #393939. Windows color (decimal): -6551494 or 3803292. OLE color: 3803292.

HSL color Cylindrical-coordinate representation of color #9C083A: hue angle of 339.73º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9C083A is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.39.

Color convert

RGB156858-
CMYK00.950.630.39
HSL339.73º90.24%32.16%-
HSV(B)339.73º94.87%61.18%-
XYZ14.567.554.69-
YUV57.95128.03197.93-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 70.27%
GREEN value IS 8 (3.52% from 255) = 3.60%
BLUE value IS 58 (23.05% from 255) = 26.13%
R=70.27%
G=3.60%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15685800.950.630.39339.7390.2432.16
Hex9C83A05F3F271545a20
Octal23410720137774752413240
Binary100111001000111010010111111111111001111010101001011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C083A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,8,58); }

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

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

 a { background-color: rgb(156,8,58); }

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

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

 span { border-color: rgb(156,8,58); }

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