Html Css Color HEX #9F1023 Carmine

📋 copy color: '#9F1023'

red 159 ◦ green 16 ◦ blue 35

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

Shades of Carmine #9F1023

Tints of Carmine #9F1023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 16.67%

R = 75.71%
G = 7.62%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.38

RGB Variations

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

Color information

#9F1023 (or 0x9F1023) is known color: Carmine. HEX triplet: 9F, 10 and 23. RGB value is (159,16,35). Sum of RGB (Red+Green+Blue) = 159+16+35=210 (27% of max value = 765). Red value is 159 (62.5% from 255 or 75.71% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 35 (14.06% from 255 or 16.67% from 210); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1023 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1023 is #60EFDC. Grayscale: #3C3C3C. Windows color (decimal): -6352861 or 2298015. OLE color: 2298015.

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

Color convert

RGB 159 16 35 -
CMYK 0 0.90 0.78 0.38
HSL 352.03º 0.82% 0.34% -
HSV(B) 352.03º 0.9% 0.62% -
XYZ 14.79 7.86 2.33 -
YUV 60.92 113.38 197.96 -
System Red Green Blue C M Y K H S L
Decimal 159 16 35 0 0.90 0.78 0.38 352.03 0.82 0.34
Hex 9F 10 23 0 5A 4E 26 160 52 22
Octal 237 20 43 0 132 116 46 540 122 42
Binary 10011111 10000 100011 0 1011010 1001110 100110 101100000 1010010 100010

Color Harmonies of #9F1023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1023

Black with #9F1023

Text Example


Text Example

White with #9F1023

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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