#9D022B

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

Shades of Carmine #9D022B

Tints of Carmine #9D022B

Color information

#9D022B (or 0x9D022B) is unknown color: approx Carmine. HEX triplet: 9D, 02 and 2B. RGB value is (157,2,43). Sum of RGB (Red+Green+Blue) = 157+2+43=202 (26% of max value = 765). Red value is 157 (61.72% from 255 or 77.72% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 43 (17.19% from 255 or 21.29% from 202); Max value from RGB is 157 - color contains mainly: red. Hex color #9D022B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D022B is #62FDD4. Grayscale: #353535. Windows color (decimal): -6487509 or 2818717. OLE color: 2818717.

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

Color convert

RGB157243-
CMYK00.990.730.38
HSL344.13º97.48%31.18%-
HSV(B)344.13º98.73%61.57%-
XYZ14.367.392.95-
YUV53.02122.35202.17-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 77.72%
GREEN value IS 2 (1.17% from 255) = 0.99%
BLUE value IS 43 (17.19% from 255) = 21.29%
R=77.72%
G=0.99%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15724300.990.730.38344.1397.4831.18
Hex9D22B0634926158611f
Octal23525301431114653014137
Binary1001110110101011011000111001001100110101011000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D022B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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