Html Css Color HEX #9F002E Carmine

📋 copy color: '#9F002E'

red 159 ◦ green 0 ◦ blue 46

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

Shades of Carmine #9F002E

Tints of Carmine #9F002E

RGB

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

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

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

R = 77.56%
G = 0%
B = 22.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.38

RGB Variations

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

Color information

#9F002E (or 0x9F002E) is known color: Carmine. HEX triplet: 9F, 00 and 2E. RGB value is (159,0,46). Sum of RGB (Red+Green+Blue) = 159+0+46=205 (27% of max value = 765). Red value is 159 (62.5% from 255 or 77.56% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 46 (18.36% from 255 or 22.44% from 205); Max value from RGB is 159 - color contains mainly: red. Hex color #9F002E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F002E is #60FFD1. Grayscale: #343434. Windows color (decimal): -6356946 or 3014815. OLE color: 3014815.

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

Color convert

RGB 159 0 46 -
CMYK 0 1 0.71 0.38
HSL 342.64º 1% 0.31% -
HSV(B) 342.64º 1% 0.62% -
XYZ 14.79 7.57 3.27 -
YUV 52.79 124.18 203.76 -
System Red Green Blue C M Y K H S L
Decimal 159 0 46 0 1 0.71 0.38 342.64 1 0.31
Hex 9F 0 2E 0 64 47 26 157 64 1F
Octal 237 0 56 0 144 107 46 527 144 37
Binary 10011111 0 101110 0 1100100 1000111 100110 101010111 1100100 11111

Color Harmonies of #9F002E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F002E

Black with #9F002E

Text Example


Text Example

White with #9F002E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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