Html Css Color HEX #9F012C Carmine

📋 copy color: '#9F012C'

red 159 ◦ green 1 ◦ blue 44

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

Shades of Carmine #9F012C

Tints of Carmine #9F012C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 21.57%

R = 77.94%
G = 0.49%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.38

RGB Variations

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

Color information

#9F012C (or 0x9F012C) is known color: Carmine. HEX triplet: 9F, 01 and 2C. RGB value is (159,1,44). Sum of RGB (Red+Green+Blue) = 159+1+44=204 (27% of max value = 765). Red value is 159 (62.5% from 255 or 77.94% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 159 - color contains mainly: red. Hex color #9F012C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F012C is #60FED3. Grayscale: #353535. Windows color (decimal): -6356692 or 2883999. OLE color: 2883999.

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

Color convert

RGB 159 1 44 -
CMYK 0 0.99 0.72 0.38
HSL 343.67º 0.99% 0.31% -
HSV(B) 343.67º 0.99% 0.62% -
XYZ 14.76 7.57 3.07 -
YUV 53.14 122.85 203.5 -
System Red Green Blue C M Y K H S L
Decimal 159 1 44 0 0.99 0.72 0.38 343.67 0.99 0.31
Hex 9F 1 2C 0 63 48 26 158 63 1F
Octal 237 1 54 0 143 110 46 530 143 37
Binary 10011111 1 101100 0 1100011 1001000 100110 101011000 1100011 11111

Color Harmonies of #9F012C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F012C

Black with #9F012C

Text Example


Text Example

White with #9F012C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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