#9E052A

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

Shades of Carmine #9E052A

Tints of Carmine #9E052A

Color information

#9E052A (or 0x9E052A) is unknown color: approx Carmine. HEX triplet: 9E, 05 and 2A. RGB value is (158,5,42). Sum of RGB (Red+Green+Blue) = 158+5+42=205 (27% of max value = 765). Red value is 158 (62.11% from 255 or 77.07% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 42 (16.80% from 255 or 20.49% from 205); Max value from RGB is 158 - color contains mainly: red. Hex color #9E052A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E052A is #61FAD5. Grayscale: #363636. Windows color (decimal): -6421206 or 2753950. OLE color: 2753950.

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

Color convert

RGB158542-
CMYK00.970.730.38
HSL345.49º93.87%31.96%-
HSV(B)345.49º96.84%61.96%-
XYZ14.577.542.88-
YUV54.96120.69201.49-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 77.07%
GREEN value IS 5 (2.34% from 255) = 2.44%
BLUE value IS 42 (16.80% from 255) = 20.49%
R=77.07%
G=2.44%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15854200.970.730.38345.4993.8731.96
Hex9E52A06149261595e20
Octal23655201411114653113640
Binary100111101011010100110000110010011001101010110011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E052A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,5,42); }

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

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

 a { background-color: rgb(158,5,42); }

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

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

 span { border-color: rgb(158,5,42); }

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