#9A0B2F

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

Shades of Carmine #9A0B2F

Tints of Carmine #9A0B2F

Color information

#9A0B2F (or 0x9A0B2F) is unknown color: approx Carmine. HEX triplet: 9A, 0B and 2F. RGB value is (154,11,47). Sum of RGB (Red+Green+Blue) = 154+11+47=212 (28% of max value = 765). Red value is 154 (60.55% from 255 or 72.64% from 212); Green value is 11 (4.69% from 255 or 5.19% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0B2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0B2F is #65F4D0. Grayscale: #393939. Windows color (decimal): -6681809 or 3083162. OLE color: 3083162.

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

Color convert

RGB1541147-
CMYK00.930.690.40
HSL344.9º86.67%32.35%-
HSV(B)344.9º92.86%60.39%-
XYZ13.967.313.37-
YUV57.86121.88196.57-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 72.64%
GREEN value IS 11 (4.69% from 255) = 5.19%
BLUE value IS 47 (18.75% from 255) = 22.17%
R=72.64%
G=5.19%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.69
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154114700.930.690.40344.986.6732.35
Hex9AB2F05D45281595720
Octal232135701351055053112740
Binary1001101010111011110101110110001011010001010110011010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,11,47); }

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

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

 a { background-color: rgb(154,11,47); }

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

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

 span { border-color: rgb(154,11,47); }

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