#9B063A

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

Shades of Carmine #9B063A

Tints of Carmine #9B063A

Color information

#9B063A (or 0x9B063A) is unknown color: approx Carmine. HEX triplet: 9B, 06 and 3A. RGB value is (155,6,58). Sum of RGB (Red+Green+Blue) = 155+6+58=219 (29% of max value = 765). Red value is 155 (60.94% from 255 or 70.78% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 58 (23.05% from 255 or 26.48% from 219); Max value from RGB is 155 - color contains mainly: red. Hex color #9B063A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B063A is #64F9C5. Grayscale: #383838. Windows color (decimal): -6617542 or 3802779. OLE color: 3802779.

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

Color convert

RGB155658-
CMYK00.960.630.39
HSL339.06º92.55%31.57%-
HSV(B)339.06º96.13%60.78%-
XYZ14.357.44.68-
YUV56.48128.86198.27-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 70.78%
GREEN value IS 6 (2.73% from 255) = 2.74%
BLUE value IS 58 (23.05% from 255) = 26.48%
R=70.78%
G=2.74%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15565800.960.630.39339.0692.5531.57
Hex9B63A0603F271535d20
Octal2336720140774752313540
Binary10011011110111010011000001111111001111010100111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B063A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,6,58); }

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

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

 a { background-color: rgb(155,6,58); }

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

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

 span { border-color: rgb(155,6,58); }

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