#9A0D2B

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

Shades of Carmine #9A0D2B

Tints of Carmine #9A0D2B

Color information

#9A0D2B (or 0x9A0D2B) is unknown color: approx Carmine. HEX triplet: 9A, 0D and 2B. RGB value is (154,13,43). Sum of RGB (Red+Green+Blue) = 154+13+43=210 (27% of max value = 765). Red value is 154 (60.55% from 255 or 73.33% from 210); Green value is 13 (5.47% from 255 or 6.19% from 210); Blue value is 43 (17.19% from 255 or 20.48% from 210); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0D2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0D2B is #65F2D4. Grayscale: #3A3A3A. Windows color (decimal): -6681301 or 2821530. OLE color: 2821530.

HSL color Cylindrical-coordinate representation of color #9A0D2B: hue angle of 347.23º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9A0D2B is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB1541343-
CMYK00.920.720.40
HSL347.23º84.43%32.75%-
HSV(B)347.23º91.56%60.39%-
XYZ13.917.332.97-
YUV58.58119.21196.06-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 73.33%
GREEN value IS 13 (5.47% from 255) = 6.19%
BLUE value IS 43 (17.19% from 255) = 20.48%
R=73.33%
G=6.19%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154134300.920.720.40347.2384.4332.75
Hex9AD2B05C482815b5421
Octal232155301341105053312441
Binary1001101011011010110101110010010001010001010110111010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,13,43); }

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

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

 a { background-color: rgb(154,13,43); }

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

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

 span { border-color: rgb(154,13,43); }

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