Html Css Color HEX #9F1024 Carmine

📋 copy color: '#9F1024'

red 159 ◦ green 16 ◦ blue 36

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

Shades of Carmine #9F1024

Tints of Carmine #9F1024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 17.06%

R = 75.36%
G = 7.58%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.38

RGB Variations

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

Color information

#9F1024 (or 0x9F1024) is known color: Carmine. HEX triplet: 9F, 10 and 24. RGB value is (159,16,36). Sum of RGB (Red+Green+Blue) = 159+16+36=211 (27% of max value = 765). Red value is 159 (62.5% from 255 or 75.36% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 36 (14.45% from 255 or 17.06% from 211); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1024 is #60EFDB. Grayscale: #3D3D3D. Windows color (decimal): -6352860 or 2363551. OLE color: 2363551.

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

Color convert

RGB 159 16 36 -
CMYK 0 0.90 0.77 0.38
HSL 351.61º 0.82% 0.34% -
HSV(B) 351.61º 0.9% 0.62% -
XYZ 14.8 7.87 2.41 -
YUV 61.04 113.88 197.87 -
System Red Green Blue C M Y K H S L
Decimal 159 16 36 0 0.90 0.77 0.38 351.61 0.82 0.34
Hex 9F 10 24 0 5A 4D 26 160 52 22
Octal 237 20 44 0 132 115 46 540 122 42
Binary 10011111 10000 100100 0 1011010 1001101 100110 101100000 1010010 100010

Color Harmonies of #9F1024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1024

Black with #9F1024

Text Example


Text Example

White with #9F1024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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