#9A021A

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

Shades of Carmine #9A021A

Tints of Carmine #9A021A

Color information

#9A021A (or 0x9A021A) is unknown color: approx Carmine. HEX triplet: 9A, 02 and 1A. RGB value is (154,2,26). Sum of RGB (Red+Green+Blue) = 154+2+26=182 (24% of max value = 765). Red value is 154 (60.55% from 255 or 84.62% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 26 (10.55% from 255 or 14.29% from 182); Max value from RGB is 154 - color contains mainly: red. Hex color #9A021A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A021A is #65FDE5. Grayscale: #323232. Windows color (decimal): -6684134 or 1704602. OLE color: 1704602.

HSL color Cylindrical-coordinate representation of color #9A021A: hue angle of 350.53º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A021A is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.40.

Color convert

RGB154226-
CMYK00.990.830.40
HSL350.53º97.44%30.59%-
HSV(B)350.53º98.7%60.39%-
XYZ13.536.991.61-
YUV50.18114.36202.05-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 84.62%
GREEN value IS 2 (1.17% from 255) = 1.10%
BLUE value IS 26 (10.55% from 255) = 14.29%
R=84.62%
G=1.10%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.83
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15422600.990.830.40350.5397.4430.59
Hex9A21A063532815f611f
Octal23223201431235053714137
Binary100110101011010011000111010011101000101011111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A021A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,2,26); }

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

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

 a { background-color: rgb(154,2,26); }

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

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

 span { border-color: rgb(154,2,26); }

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