#9B0714

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

Shades of Carmine #9B0714

Tints of Carmine #9B0714

Color information

#9B0714 (or 0x9B0714) is unknown color: approx Carmine. HEX triplet: 9B, 07 and 14. RGB value is (155,7,20). Sum of RGB (Red+Green+Blue) = 155+7+20=182 (24% of max value = 765). Red value is 155 (60.94% from 255 or 85.16% from 182); Green value is 7 (3.12% from 255 or 3.85% from 182); Blue value is 20 (8.20% from 255 or 10.99% from 182); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0714 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0714 is #64F8EB. Grayscale: #343434. Windows color (decimal): -6617324 or 1312667. OLE color: 1312667.

HSL color Cylindrical-coordinate representation of color #9B0714: hue angle of 354.73º degrees, saturation: 0.91, 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 #9B0714 is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.39.

Color convert

RGB155720-
CMYK00.950.870.39
HSL354.73º91.36%31.76%-
HSV(B)354.73º95.48%60.78%-
XYZ13.727.171.32-
YUV52.73109.53200.94-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 85.16%
GREEN value IS 7 (3.12% from 255) = 3.85%
BLUE value IS 20 (8.20% from 255) = 10.99%
R=85.16%
G=3.85%
B=10.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.87
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15572000.950.870.39354.7391.3631.76
Hex9B71405F57271635b20
Octal23372401371274754313340
Binary10011011111101000101111110101111001111011000111011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,7,20); }

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

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

 a { background-color: rgb(155,7,20); }

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

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

 span { border-color: rgb(155,7,20); }

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