Html Css Color HEX #9F121C Carmine

📋 copy color: '#9F121C'

red 159 ◦ green 18 ◦ blue 28

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

Shades of Carmine #9F121C

Tints of Carmine #9F121C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.78%

 BLUE value IS 28 (11.33% from 255) = 13.66%

R = 77.56%
G = 8.78%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9F121C (or 0x9F121C) is known color: Carmine. HEX triplet: 9F, 12 and 1C. RGB value is (159,18,28). Sum of RGB (Red+Green+Blue) = 159+18+28=205 (27% of max value = 765). Red value is 159 (62.5% from 255 or 77.56% from 205); Green value is 18 (7.42% from 255 or 8.78% from 205); Blue value is 28 (11.33% from 255 or 13.66% from 205); Max value from RGB is 159 - color contains mainly: red. Hex color #9F121C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F121C is #60EDE3. Grayscale: #3D3D3D. Windows color (decimal): -6352356 or 1839775. OLE color: 1839775.

HSL color Cylindrical-coordinate representation of color #9F121C: hue angle of 355.74º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F121C is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 18 28 -
CMYK 0 0.89 0.82 0.38
HSL 355.74º 0.8% 0.35% -
HSV(B) 355.74º 0.89% 0.62% -
XYZ 14.72 7.89 1.84 -
YUV 61.3 109.21 197.69 -
System Red Green Blue C M Y K H S L
Decimal 159 18 28 0 0.89 0.82 0.38 355.74 0.8 0.35
Hex 9F 12 1C 0 59 52 26 164 50 23
Octal 237 22 34 0 131 122 46 544 120 43
Binary 10011111 10010 11100 0 1011001 1010010 100110 101100100 1010000 100011

Color Harmonies of #9F121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F121C

Black with #9F121C

Text Example


Text Example

White with #9F121C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,18,28); }

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

background-color css

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

 a { background-color: rgb(159,18,28); }

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

border-color css

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

 span { border-color: rgb(159,18,28); }

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