Html Css Color HEX #9F1026 Carmine

📋 copy color: '#9F1026'

red 159 ◦ green 16 ◦ blue 38

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

Shades of Carmine #9F1026

Tints of Carmine #9F1026

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.51%

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

R = 74.65%
G = 7.51%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.38

RGB Variations

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

Color information

#9F1026 (or 0x9F1026) is known color: Carmine. HEX triplet: 9F, 10 and 26. RGB value is (159,16,38). Sum of RGB (Red+Green+Blue) = 159+16+38=213 (28% of max value = 765). Red value is 159 (62.5% from 255 or 74.65% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 38 (15.23% from 255 or 17.84% from 213); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1026 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1026 is #60EFD9. Grayscale: #3D3D3D. Windows color (decimal): -6352858 or 2494623. OLE color: 2494623.

HSL color Cylindrical-coordinate representation of color #9F1026: hue angle of 350.77º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9F1026 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 16 38 -
CMYK 0 0.90 0.76 0.38
HSL 350.77º 0.82% 0.34% -
HSV(B) 350.77º 0.9% 0.62% -
XYZ 14.83 7.88 2.57 -
YUV 61.27 114.88 197.71 -
System Red Green Blue C M Y K H S L
Decimal 159 16 38 0 0.90 0.76 0.38 350.77 0.82 0.34
Hex 9F 10 26 0 5A 4C 26 15F 52 22
Octal 237 20 46 0 132 114 46 537 122 42
Binary 10011111 10000 100110 0 1011010 1001100 100110 101011111 1010010 100010

Color Harmonies of #9F1026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1026

Black with #9F1026

Text Example


Text Example

White with #9F1026

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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