Html Css Color HEX #9F0926 Carmine

📋 copy color: '#9F0926'

red 159 ◦ green 9 ◦ blue 38

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

Shades of Carmine #9F0926

Tints of Carmine #9F0926

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.37%

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

R = 77.18%
G = 4.37%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.76

 K value IS 0.38

RGB Variations

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

Color information

#9F0926 (or 0x9F0926) is known color: Carmine. HEX triplet: 9F, 09 and 26. RGB value is (159,9,38). Sum of RGB (Red+Green+Blue) = 159+9+38=206 (27% of max value = 765). Red value is 159 (62.5% from 255 or 77.18% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 38 (15.23% from 255 or 18.45% from 206); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0926 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0926 is #60F6D9. Grayscale: #393939. Windows color (decimal): -6354650 or 2492831. OLE color: 2492831.

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

Color convert

RGB 159 9 38 -
CMYK 0 0.94 0.76 0.38
HSL 348.4º 0.89% 0.33% -
HSV(B) 348.4º 0.94% 0.62% -
XYZ 14.75 7.71 2.54 -
YUV 57.16 117.2 200.64 -
System Red Green Blue C M Y K H S L
Decimal 159 9 38 0 0.94 0.76 0.38 348.4 0.89 0.33
Hex 9F 9 26 0 5E 4C 26 15C 59 21
Octal 237 11 46 0 136 114 46 534 131 41
Binary 10011111 1001 100110 0 1011110 1001100 100110 101011100 1011001 100001

Color Harmonies of #9F0926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0926

Black with #9F0926

Text Example


Text Example

White with #9F0926

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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