#9D021F

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

Shades of Carmine #9D021F

Tints of Carmine #9D021F

Color information

#9D021F (or 0x9D021F) is unknown color: approx Carmine. HEX triplet: 9D, 02 and 1F. RGB value is (157,2,31). Sum of RGB (Red+Green+Blue) = 157+2+31=190 (25% of max value = 765). Red value is 157 (61.72% from 255 or 82.63% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 31 (12.5% from 255 or 16.32% from 190); Max value from RGB is 157 - color contains mainly: red. Hex color #9D021F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D021F is #62FDE0. Grayscale: #333333. Windows color (decimal): -6487521 or 2032285. OLE color: 2032285.

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

Color convert

RGB157231-
CMYK00.990.800.38
HSL348.77º97.48%31.18%-
HSV(B)348.77º98.73%61.57%-
XYZ14.177.311.96-
YUV51.65116.35203.14-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 82.63%
GREEN value IS 2 (1.17% from 255) = 1.05%
BLUE value IS 31 (12.5% from 255) = 16.32%
R=82.63%
G=1.05%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15723100.990.800.38348.7797.4831.18
Hex9D21F063502615d611f
Octal23523701431204653514137
Binary100111011011111011000111010000100110101011101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D021F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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