Html Css Color HEX #9F0026 Carmine

📋 copy color: '#9F0026'

red 159 ◦ green 0 ◦ blue 38

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

Shades of Carmine #9F0026

Tints of Carmine #9F0026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 19.29%

R = 80.71%
G = 0%
B = 19.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.38

RGB Variations

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

Color information

#9F0026 (or 0x9F0026) is known color: Carmine. HEX triplet: 9F, 00 and 26. RGB value is (159,0,38). Sum of RGB (Red+Green+Blue) = 159+0+38=197 (26% of max value = 765). Red value is 159 (62.5% from 255 or 80.71% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 38 (15.23% from 255 or 19.29% from 197); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0026 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0026 is #60FFD9. Grayscale: #333333. Windows color (decimal): -6356954 or 2490527. OLE color: 2490527.

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

Color convert

RGB 159 0 38 -
CMYK 0 1 0.76 0.38
HSL 345.66º 1% 0.31% -
HSV(B) 345.66º 1% 0.62% -
XYZ 14.65 7.51 2.51 -
YUV 51.87 120.18 204.41 -
System Red Green Blue C M Y K H S L
Decimal 159 0 38 0 1 0.76 0.38 345.66 1 0.31
Hex 9F 0 26 0 64 4C 26 15A 64 1F
Octal 237 0 46 0 144 114 46 532 144 37
Binary 10011111 0 100110 0 1100100 1001100 100110 101011010 1100100 11111

Color Harmonies of #9F0026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0026

Black with #9F0026

Text Example


Text Example

White with #9F0026

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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