Html Css Color HEX #9F012E Carmine

📋 copy color: '#9F012E'

red 159 ◦ green 1 ◦ blue 46

#9F012E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carmine #9F012E

Tints of Carmine #9F012E

RGB

 RED value IS 159 (62.5% from 255) = 77.18%

 GREEN value IS 1 (0.78% from 255) = 0.49%

 BLUE value IS 46 (18.36% from 255) = 22.33%

R = 77.18%
G = 0.49%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.38

RGB Variations

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

Color information

#9F012E (or 0x9F012E) is known color: Carmine. HEX triplet: 9F, 01 and 2E. RGB value is (159,1,46). Sum of RGB (Red+Green+Blue) = 159+1+46=206 (27% of max value = 765). Red value is 159 (62.5% from 255 or 77.18% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 46 (18.36% from 255 or 22.33% from 206); Max value from RGB is 159 - color contains mainly: red. Hex color #9F012E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F012E is #60FED1. Grayscale: #353535. Windows color (decimal): -6356690 or 3015071. OLE color: 3015071.

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

Color convert

RGB 159 1 46 -
CMYK 0 0.99 0.71 0.38
HSL 342.91º 0.99% 0.31% -
HSV(B) 342.91º 0.99% 0.62% -
XYZ 14.8 7.59 3.27 -
YUV 53.37 123.85 203.34 -
System Red Green Blue C M Y K H S L
Decimal 159 1 46 0 0.99 0.71 0.38 342.91 0.99 0.31
Hex 9F 1 2E 0 63 47 26 157 63 1F
Octal 237 1 56 0 143 107 46 527 143 37
Binary 10011111 1 101110 0 1100011 1000111 100110 101010111 1100011 11111

Color Harmonies of #9F012E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F012E

Black with #9F012E

Text Example


Text Example

White with #9F012E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,1,46); }

 H1.HeaderClassName
 {
   color: #9F012E;
 }
 .AnyTagClassName
 {
   color: #9F012E;
 }
</style>

background-color css

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

 a { background-color: rgb(159,1,46); }

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

border-color css

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

 span { border-color: rgb(159,1,46); }

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