Html Css Color HEX #9F1526 Carmine

📋 copy color: '#9F1526'

red 159 ◦ green 21 ◦ blue 38

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

Shades of Carmine #9F1526

Tints of Carmine #9F1526

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.63%

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

R = 72.94%
G = 9.63%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.38

RGB Variations

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

Color information

#9F1526 (or 0x9F1526) is known color: Carmine. HEX triplet: 9F, 15 and 26. RGB value is (159,21,38). Sum of RGB (Red+Green+Blue) = 159+21+38=218 (28% of max value = 765). Red value is 159 (62.5% from 255 or 72.94% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 38 (15.23% from 255 or 17.43% from 218); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1526 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1526 is #60EAD9. Grayscale: #404040. Windows color (decimal): -6351578 or 2495903. OLE color: 2495903.

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

Color convert

RGB 159 21 38 -
CMYK 0 0.87 0.76 0.38
HSL 352.61º 0.77% 0.35% -
HSV(B) 352.61º 0.87% 0.62% -
XYZ 14.92 8.05 2.6 -
YUV 64.2 113.22 195.62 -
System Red Green Blue C M Y K H S L
Decimal 159 21 38 0 0.87 0.76 0.38 352.61 0.77 0.35
Hex 9F 15 26 0 57 4C 26 161 4D 23
Octal 237 25 46 0 127 114 46 541 115 43
Binary 10011111 10101 100110 0 1010111 1001100 100110 101100001 1001101 100011

Color Harmonies of #9F1526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1526

Black with #9F1526

Text Example


Text Example

White with #9F1526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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