Html Css Color HEX #9F002C Carmine

📋 copy color: '#9F002C'

red 159 ◦ green 0 ◦ blue 44

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

Shades of Carmine #9F002C

Tints of Carmine #9F002C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 78.33%
G = 0%
B = 21.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.38

RGB Variations

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

Color information

#9F002C (or 0x9F002C) is known color: Carmine. HEX triplet: 9F, 00 and 2C. RGB value is (159,0,44). Sum of RGB (Red+Green+Blue) = 159+0+44=203 (26% of max value = 765). Red value is 159 (62.5% from 255 or 78.33% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 159 - color contains mainly: red. Hex color #9F002C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F002C is #60FFD3. Grayscale: #343434. Windows color (decimal): -6356948 or 2883743. OLE color: 2883743.

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

Color convert

RGB 159 0 44 -
CMYK 0 1 0.72 0.38
HSL 343.4º 1% 0.31% -
HSV(B) 343.4º 1% 0.62% -
XYZ 14.75 7.55 3.06 -
YUV 52.56 123.18 203.92 -
System Red Green Blue C M Y K H S L
Decimal 159 0 44 0 1 0.72 0.38 343.4 1 0.31
Hex 9F 0 2C 0 64 48 26 157 64 1F
Octal 237 0 54 0 144 110 46 527 144 37
Binary 10011111 0 101100 0 1100100 1001000 100110 101010111 1100100 11111

Color Harmonies of #9F002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F002C

Black with #9F002C

Text Example


Text Example

White with #9F002C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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