#9A021F

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

Shades of Carmine #9A021F

Tints of Carmine #9A021F

Color information

#9A021F (or 0x9A021F) is unknown color: approx Carmine. HEX triplet: 9A, 02 and 1F. RGB value is (154,2,31). Sum of RGB (Red+Green+Blue) = 154+2+31=187 (24% of max value = 765). Red value is 154 (60.55% from 255 or 82.35% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 31 (12.5% from 255 or 16.58% from 187); Max value from RGB is 154 - color contains mainly: red. Hex color #9A021F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A021F is #65FDE0. Grayscale: #323232. Windows color (decimal): -6684129 or 2032282. OLE color: 2032282.

HSL color Cylindrical-coordinate representation of color #9A021F: hue angle of 348.55º 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 #9A021F is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB154231-
CMYK00.990.800.40
HSL348.55º97.44%30.59%-
HSV(B)348.55º98.7%60.39%-
XYZ13.67.011.93-
YUV50.75116.86201.64-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 82.35%
GREEN value IS 2 (1.17% from 255) = 1.07%
BLUE value IS 31 (12.5% from 255) = 16.58%
R=82.35%
G=1.07%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.80
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15423100.990.800.40348.5597.4430.59
Hex9A21F063502815d611f
Octal23223701431205053514137
Binary100110101011111011000111010000101000101011101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A021F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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